| GroupId | GroupIdorg.apache.servicemix.war |
|---|---|
| ArtifactId | ArtifactIdwar |
| Version | Version4.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| war-4.0.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.war/war/ -->
<dependency>
<groupId>org.apache.servicemix.war</groupId>
<artifactId>war</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.war/war/
implementation 'org.apache.servicemix.war:war:4.0.0'
// https://jarcasting.com/artifacts/org.apache.servicemix.war/war/
implementation ("org.apache.servicemix.war:war:4.0.0")
'org.apache.servicemix.war:war:pom:4.0.0'
<dependency org="org.apache.servicemix.war" name="war" rev="4.0.0">
<artifact name="war" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.war', module='war', version='4.0.0')
)
libraryDependencies += "org.apache.servicemix.war" % "war" % "4.0.0"
[org.apache.servicemix.war/war "4.0.0"]