GroupId | GroupIdorg.n52.wps |
---|---|
ArtifactId | ArtifactIdservice |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
service-1.5.0.pom | |
service-1.5.0.jar | 50 KB |
service-1.5.0-sources.jar | 34 KB |
service-1.5.0-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.n52.wps/service/ -->
<dependency>
<groupId>org.n52.wps</groupId>
<artifactId>service</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.n52.wps/service/
implementation 'org.n52.wps:service:1.5.0'
// https://jarcasting.com/artifacts/org.n52.wps/service/
implementation ("org.n52.wps:service:1.5.0")
'org.n52.wps:service:jar:1.5.0'
<dependency org="org.n52.wps" name="service" rev="1.5.0">
<artifact name="service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.n52.wps', module='service', version='1.5.0')
)
libraryDependencies += "org.n52.wps" % "service" % "1.5.0"
[org.n52.wps/service "1.5.0"]