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