GroupId | GroupIdorg.apache.cxf |
---|---|
ArtifactId | ArtifactIdcxf-systests |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
cxf-systests-2.1.1.pom | |
cxf-systests-2.1.1.jar | 12 KB |
cxf-systests-2.1.1-tests.jar | 1 MB |
cxf-systests-2.1.1-sources.jar | 9 KB |
cxf-systests-2.1.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-systests/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-systests</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-systests/
implementation 'org.apache.cxf:cxf-systests:2.1.1'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-systests/
implementation ("org.apache.cxf:cxf-systests:2.1.1")
'org.apache.cxf:cxf-systests:jar:2.1.1'
<dependency org="org.apache.cxf" name="cxf-systests" rev="2.1.1">
<artifact name="cxf-systests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-systests', version='2.1.1')
)
libraryDependencies += "org.apache.cxf" % "cxf-systests" % "2.1.1"
[org.apache.cxf/cxf-systests "2.1.1"]