GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests |
Version | Version3.2.8 |
Type | Typepom |
Filename | Size |
---|---|
cxf-systests-3.2.8.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests</artifactId>
<version>3.2.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests/
implementation 'org.apache.cxf.systests:cxf-systests:3.2.8'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests/
implementation ("org.apache.cxf.systests:cxf-systests:3.2.8")
'org.apache.cxf.systests:cxf-systests:pom:3.2.8'
<dependency org="org.apache.cxf.systests" name="cxf-systests" rev="3.2.8">
<artifact name="cxf-systests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests', version='3.2.8')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests" % "3.2.8"
[org.apache.cxf.systests/cxf-systests "3.2.8"]