...
| Code Block |
|---|
@Grab(group='org.codehaus.gpars', module='gpars', version='0.12')
|
...
1.0 |
...
| Code Block |
|---|
@Grab(group='org.codehaus.gpars', module='gpars', version='1.0.0-rc1') |
Snapshots
| Code Block |
|---|
@GrabResolver(name='gpars', root='http://snapshots.repository.codehaus.org/', m2Compatible=true) @Grab(group='org.codehaus.gpars', module='gpars', version='1.01-SNAPSHOT') |
Grape config (optional)
...
Sample maven-based Java API demo project
You may also like a stand-alone maven-based Java API sample project showing how to use GPars from Java and how to integrate GPars with Maven.
And the same sample project is available for the SNAPSHOT release.
...
GPars Griffon plugin - griffon install-plugin gpars
Dependencies
Gpars GPars itself depends on a couple of libraries from the maven central repository. Check out the GPars public pom:
...