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