GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-transports |
Version | Version2.7.15 |
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.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-transports/
implementation 'org.apache.cxf.systests:cxf-systests-transports:2.7.15'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-transports/
implementation ("org.apache.cxf.systests:cxf-systests-transports:2.7.15")
'org.apache.cxf.systests:cxf-systests-transports:jar:2.7.15'
<dependency org="org.apache.cxf.systests" name="cxf-systests-transports" rev="2.7.15">
<artifact name="cxf-systests-transports" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-transports', version='2.7.15')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-transports" % "2.7.15"
[org.apache.cxf.systests/cxf-systests-transports "2.7.15"]