Gint Version 3 Is Here!
View this short presentation (1 minute) to learn more about it. Version 3 is available on a new web site and this current site will remain representing the documentation for versions prior to version 3.
Gint Version 2 is Deprecated
- Atlassian Marketplace listing has been archived: See the archived site for downloads.
- Gint is not longer available from this website. The old Mercurial repository on Bitbucket Cloud was removed as part of Mercurial removal from Bibucket Cloud removal of Mercurial support.
Obsolete
Maven repository
If you need to put the jar file in a local Maven repository (for grape access for example), then do the following:
Download from Bitbucket using the links from below: mvn install:install-file -Dfile=gint-2.x.x.jar -DgroupId=org.swift.tools -DartifactId=gint -Dversion=2.x.x -Dpackaging=jar
Production Releases
Release 2.8.0
- gint-2.8.0.jar - required
- gint-2.8.0-sources.jar - optional
- gint-2.8.0-javadoc.jar - optional
Grape access
@Grab(group='org.swift.tools', module='gint', version='2.8.0')
Release 2.7.0
- gint-2.7.0.jar - required
- gint-2.7.0-sources.jar - optional
- gint-2.7.0-javadoc.jar - optional
Grape access
@Grab(group='org.swift.tools', module='gint', version='2.7.0')
Release 2.6.0
- gint-2.6.0.jar - required
- gint-2.6.0-sources.jar - optional
- gint-2.6.0-javadoc.jar - optional
Grape access
@Grab(group='org.swift.tools', module='gint', version='2.6.0')
Release 2.5.0
- gint-2.5.0.jar - required
- gint-2.5.0-sources.jar - optional
- gint-2.5.0-javadoc.jar - optional
Grape access
@Grab(group='org.swift.tools', module='gint', version='2.5.0')
Release 2.4.0
- gint-2.4.0.jar - required
- gint-2.4.0-sources.jar - optional
- gint-2.4.0-javadoc.jar - optional
Grape access
@Grab(group='org.swift.tools', module='gint', version='2.4.0')
Release 2.3.0
- gint-2.3.0.jar - required
- gint-2.3.0-sources.jar - optional
- gint-2.3.0-javadoc.jar - optional
Grape access
@Grab(group='org.swift.tools', module='gint', version='2.3.0')
Release 2.2.0
- gint-2.2.0.jar - required
- gint-2.2.0-sources.jar - optional
- gint-2.2.0-javadoc.jar - optional
Grape access
@Grab(group='org.swift.tools', module='gint', version='2.2.0')
Release 2.1.0
- gint-2.1.0.jar - required
- gint-2.1.0-sources.jar - optional
- gint-2.1.0-javadoc.jar - optional
Grape access
@Grab(group='org.swift.tools', module='gint', version='2.1.0')
Release 2.0.0
- gint-2.0.0.jar - required
- gint-2.0.0-sources.jar - optional
- gint-2.0.0-javadoc.jar - optional
Grape access
@Grab(group='org.swift.tools', module='gint', version='2.0.0')
V1 Releases