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