Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.opensextant |
ArtifactId | ArtifactIdgiscore |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
giscore-2.0.0.pom | |
giscore-2.0.0.jar | 515 KB |
giscore-2.0.0-sources.jar | 398 KB |
giscore-2.0.0-javadoc.jar | 753 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensextant/giscore/ -->
<dependency>
<groupId>org.opensextant</groupId>
<artifactId>giscore</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensextant/giscore/
implementation 'org.opensextant:giscore:2.0.0'
// https://jarcasting.com/artifacts/org.opensextant/giscore/
implementation ("org.opensextant:giscore:2.0.0")
'org.opensextant:giscore:jar:2.0.0'
<dependency org="org.opensextant" name="giscore" rev="2.0.0">
<artifact name="giscore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensextant', module='giscore', version='2.0.0')
)
libraryDependencies += "org.opensextant" % "giscore" % "2.0.0"
[org.opensextant/giscore "2.0.0"]