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