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