GroupId | GroupIdorg.ow2.orchestra |
---|---|
ArtifactId | ArtifactIdorchestra-cxf-war |
Version | Version4.6.2 |
Type | Typewar |
Filename | Size |
---|---|
orchestra-cxf-war-4.6.2.pom | |
orchestra-cxf-war-4.6.2.war | 19 MB |
orchestra-cxf-war-4.6.2-tests.jar | 58 KB |
orchestra-cxf-war-4.6.2-test-sources.jar | 49 KB |
orchestra-cxf-war-4.6.2-javadoc.jar | 335 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-cxf-war/ -->
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-cxf-war</artifactId>
<version>4.6.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-cxf-war/
implementation 'org.ow2.orchestra:orchestra-cxf-war:4.6.2'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-cxf-war/
implementation ("org.ow2.orchestra:orchestra-cxf-war:4.6.2")
'org.ow2.orchestra:orchestra-cxf-war:war:4.6.2'
<dependency org="org.ow2.orchestra" name="orchestra-cxf-war" rev="4.6.2">
<artifact name="orchestra-cxf-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-cxf-war', version='4.6.2')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-cxf-war" % "4.6.2"
[org.ow2.orchestra/orchestra-cxf-war "4.6.2"]