GroupId | GroupIdorg.fusesource.stompjms |
---|---|
ArtifactId | ArtifactIdstompjms-activemq-test |
Version | Version1.17 |
Type | Typejar |
Filename | Size |
---|---|
stompjms-activemq-test-1.17.pom | |
stompjms-activemq-test-1.17.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.stompjms/stompjms-activemq-test/ -->
<dependency>
<groupId>org.fusesource.stompjms</groupId>
<artifactId>stompjms-activemq-test</artifactId>
<version>1.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.stompjms/stompjms-activemq-test/
implementation 'org.fusesource.stompjms:stompjms-activemq-test:1.17'
// https://jarcasting.com/artifacts/org.fusesource.stompjms/stompjms-activemq-test/
implementation ("org.fusesource.stompjms:stompjms-activemq-test:1.17")
'org.fusesource.stompjms:stompjms-activemq-test:jar:1.17'
<dependency org="org.fusesource.stompjms" name="stompjms-activemq-test" rev="1.17">
<artifact name="stompjms-activemq-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.stompjms', module='stompjms-activemq-test', version='1.17')
)
libraryDependencies += "org.fusesource.stompjms" % "stompjms-activemq-test" % "1.17"
[org.fusesource.stompjms/stompjms-activemq-test "1.17"]