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