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