| GroupId | GroupIdorg.n52.wps |
|---|---|
| ArtifactId | ArtifactIdwebapp |
| Version | Version1.6.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| webapp-1.6.0.pom | |
| webapp-1.6.0.war | 26 MB |
| webapp-1.6.0-sources.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.n52.wps/webapp/ -->
<dependency>
<groupId>org.n52.wps</groupId>
<artifactId>webapp</artifactId>
<version>1.6.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.n52.wps/webapp/
implementation 'org.n52.wps:webapp:1.6.0'
// https://jarcasting.com/artifacts/org.n52.wps/webapp/
implementation ("org.n52.wps:webapp:1.6.0")
'org.n52.wps:webapp:war:1.6.0'
<dependency org="org.n52.wps" name="webapp" rev="1.6.0">
<artifact name="webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.n52.wps', module='webapp', version='1.6.0')
)
libraryDependencies += "org.n52.wps" % "webapp" % "1.6.0"
[org.n52.wps/webapp "1.6.0"]