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