License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix.war |
ArtifactId | ArtifactIdwar |
Last Version | Last Version4.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix WAR Support
This pom provides project information that is common to all ServiceMix branches.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
war-4.2.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.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.war/war/
implementation 'org.apache.servicemix.war:war:4.2.0'
// https://jarcasting.com/artifacts/org.apache.servicemix.war/war/
implementation ("org.apache.servicemix.war:war:4.2.0")
'org.apache.servicemix.war:war:pom:4.2.0'
<dependency org="org.apache.servicemix.war" name="war" rev="4.2.0">
<artifact name="war" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.war', module='war', version='4.2.0')
)
libraryDependencies += "org.apache.servicemix.war" % "war" % "4.2.0"
[org.apache.servicemix.war/war "4.2.0"]