GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-transports |
Version | Version2.7.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-transports/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-transports</artifactId>
<version>2.7.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-transports/
implementation 'org.apache.cxf.systests:cxf-systests-transports:2.7.9'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-transports/
implementation ("org.apache.cxf.systests:cxf-systests-transports:2.7.9")
'org.apache.cxf.systests:cxf-systests-transports:jar:2.7.9'
<dependency org="org.apache.cxf.systests" name="cxf-systests-transports" rev="2.7.9">
<artifact name="cxf-systests-transports" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-transports', version='2.7.9')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-transports" % "2.7.9"
[org.apache.cxf.systests/cxf-systests-transports "2.7.9"]