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