GroupId | GroupIdorg.fusesource.stompjms |
---|---|
ArtifactId | ArtifactIdstompjms-activemq-test |
Version | Version1.15 |
Type | Typejar |
Filename | Size |
---|---|
stompjms-activemq-test-1.15.pom | |
stompjms-activemq-test-1.15.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.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.stompjms/stompjms-activemq-test/
implementation 'org.fusesource.stompjms:stompjms-activemq-test:1.15'
// https://jarcasting.com/artifacts/org.fusesource.stompjms/stompjms-activemq-test/
implementation ("org.fusesource.stompjms:stompjms-activemq-test:1.15")
'org.fusesource.stompjms:stompjms-activemq-test:jar:1.15'
<dependency org="org.fusesource.stompjms" name="stompjms-activemq-test" rev="1.15">
<artifact name="stompjms-activemq-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.stompjms', module='stompjms-activemq-test', version='1.15')
)
libraryDependencies += "org.fusesource.stompjms" % "stompjms-activemq-test" % "1.15"
[org.fusesource.stompjms/stompjms-activemq-test "1.15"]