GroupId | GroupIdorg.wowtools |
---|---|
ArtifactId | ArtifactIdgiscat-vector-pojo |
Version | Version1.0.0-STABLE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wowtools/giscat-vector-pojo/ -->
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>giscat-vector-pojo</artifactId>
<version>1.0.0-STABLE</version>
</dependency>
// https://jarcasting.com/artifacts/org.wowtools/giscat-vector-pojo/
implementation 'org.wowtools:giscat-vector-pojo:1.0.0-STABLE'
// https://jarcasting.com/artifacts/org.wowtools/giscat-vector-pojo/
implementation ("org.wowtools:giscat-vector-pojo:1.0.0-STABLE")
'org.wowtools:giscat-vector-pojo:jar:1.0.0-STABLE'
<dependency org="org.wowtools" name="giscat-vector-pojo" rev="1.0.0-STABLE">
<artifact name="giscat-vector-pojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wowtools', module='giscat-vector-pojo', version='1.0.0-STABLE')
)
libraryDependencies += "org.wowtools" % "giscat-vector-pojo" % "1.0.0-STABLE"
[org.wowtools/giscat-vector-pojo "1.0.0-STABLE"]