GroupId | GroupIdorg.ow2.orchestra |
---|---|
ArtifactId | ArtifactIdorchestra-cxf-war |
Version | Version4.3.0 |
Type | Typewar |
Filename | Size |
---|---|
orchestra-cxf-war-4.3.0.pom | |
orchestra-cxf-war-4.3.0.war | 16 MB |
orchestra-cxf-war-4.3.0-tests.jar | 15 KB |
orchestra-cxf-war-4.3.0-sources.jar | 324 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.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-cxf-war/
implementation 'org.ow2.orchestra:orchestra-cxf-war:4.3.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-cxf-war/
implementation ("org.ow2.orchestra:orchestra-cxf-war:4.3.0")
'org.ow2.orchestra:orchestra-cxf-war:war:4.3.0'
<dependency org="org.ow2.orchestra" name="orchestra-cxf-war" rev="4.3.0">
<artifact name="orchestra-cxf-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-cxf-war', version='4.3.0')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-cxf-war" % "4.3.0"
[org.ow2.orchestra/orchestra-cxf-war "4.3.0"]