| GroupId | GroupIdorg.n52.wps |
|---|---|
| ArtifactId | ArtifactIdrest |
| Version | Version1.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rest-1.6.0.pom | |
| rest-1.6.0.jar | 110 KB |
| rest-1.6.0-sources.jar | 87 KB |
| rest-1.6.0-javadoc.jar | 443 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.n52.wps/rest/ -->
<dependency>
<groupId>org.n52.wps</groupId>
<artifactId>rest</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.n52.wps/rest/
implementation 'org.n52.wps:rest:1.6.0'
// https://jarcasting.com/artifacts/org.n52.wps/rest/
implementation ("org.n52.wps:rest:1.6.0")
'org.n52.wps:rest:jar:1.6.0'
<dependency org="org.n52.wps" name="rest" rev="1.6.0">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.n52.wps', module='rest', version='1.6.0')
)
libraryDependencies += "org.n52.wps" % "rest" % "1.6.0"
[org.n52.wps/rest "1.6.0"]