GroupId | GroupIdorg.ow2.orchestra |
---|---|
ArtifactId | ArtifactIdorchestra-axis-war |
Version | Version4.2.0 |
Type | Typewar |
Filename | Size |
---|---|
orchestra-axis-war-4.2.0.pom | |
orchestra-axis-war-4.2.0.war | 14 MB |
orchestra-axis-war-4.2.0-sources.jar | 6 KB |
orchestra-axis-war-4.2.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-axis-war/ -->
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-axis-war</artifactId>
<version>4.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-axis-war/
implementation 'org.ow2.orchestra:orchestra-axis-war:4.2.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-axis-war/
implementation ("org.ow2.orchestra:orchestra-axis-war:4.2.0")
'org.ow2.orchestra:orchestra-axis-war:war:4.2.0'
<dependency org="org.ow2.orchestra" name="orchestra-axis-war" rev="4.2.0">
<artifact name="orchestra-axis-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-axis-war', version='4.2.0')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-axis-war" % "4.2.0"
[org.ow2.orchestra/orchestra-axis-war "4.2.0"]