| GroupId | GroupIdorg.pustefixframework |
|---|---|
| ArtifactId | ArtifactIdpustefix-webservice |
| Version | Version0.18.3 |
| Type | Typewar |
| Filename | Size |
|---|---|
| pustefix-webservice-0.18.3.pom | |
| pustefix-webservice-0.18.3.war | 13 MB |
| pustefix-webservice-0.18.3-sources.jar | 26 KB |
| pustefix-webservice-0.18.3-javadoc.jar | 173 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.pustefixframework/pustefix-webservice/ -->
<dependency>
<groupId>org.pustefixframework</groupId>
<artifactId>pustefix-webservice</artifactId>
<version>0.18.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-webservice/
implementation 'org.pustefixframework:pustefix-webservice:0.18.3'
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-webservice/
implementation ("org.pustefixframework:pustefix-webservice:0.18.3")
'org.pustefixframework:pustefix-webservice:war:0.18.3'
<dependency org="org.pustefixframework" name="pustefix-webservice" rev="0.18.3">
<artifact name="pustefix-webservice" type="war" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework', module='pustefix-webservice', version='0.18.3')
)
libraryDependencies += "org.pustefixframework" % "pustefix-webservice" % "0.18.3"
[org.pustefixframework/pustefix-webservice "0.18.3"]