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