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