GroupId | GroupIdorg.ow2.orchestra |
---|---|
ArtifactId | ArtifactIdorchestra-axis |
Version | Version4.0.RC4 |
Type | Typejar |
Filename | Size |
---|---|
orchestra-axis-4.0.RC4.pom | |
orchestra-axis-4.0.RC4.jar | 41 KB |
orchestra-axis-4.0.RC4-tests.jar | 86 KB |
orchestra-axis-4.0.RC4-sources.jar | 26 KB |
orchestra-axis-4.0.RC4-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-axis/ -->
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-axis</artifactId>
<version>4.0.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-axis/
implementation 'org.ow2.orchestra:orchestra-axis:4.0.RC4'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-axis/
implementation ("org.ow2.orchestra:orchestra-axis:4.0.RC4")
'org.ow2.orchestra:orchestra-axis:jar:4.0.RC4'
<dependency org="org.ow2.orchestra" name="orchestra-axis" rev="4.0.RC4">
<artifact name="orchestra-axis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-axis', version='4.0.RC4')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-axis" % "4.0.RC4"
[org.ow2.orchestra/orchestra-axis "4.0.RC4"]