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