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