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