GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-itests-spring31 |
Version | Version5.16.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-itests-spring31/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-itests-spring31</artifactId>
<version>5.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-itests-spring31/
implementation 'org.apache.activemq:activemq-itests-spring31:5.16.0'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-itests-spring31/
implementation ("org.apache.activemq:activemq-itests-spring31:5.16.0")
'org.apache.activemq:activemq-itests-spring31:jar:5.16.0'
<dependency org="org.apache.activemq" name="activemq-itests-spring31" rev="5.16.0">
<artifact name="activemq-itests-spring31" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-itests-spring31', version='5.16.0')
)
libraryDependencies += "org.apache.activemq" % "activemq-itests-spring31" % "5.16.0"
[org.apache.activemq/activemq-itests-spring31 "5.16.0"]