GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-itests-spring31 |
Version | Version5.11.2 |
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.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-itests-spring31/
implementation 'org.apache.activemq:activemq-itests-spring31:5.11.2'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-itests-spring31/
implementation ("org.apache.activemq:activemq-itests-spring31:5.11.2")
'org.apache.activemq:activemq-itests-spring31:jar:5.11.2'
<dependency org="org.apache.activemq" name="activemq-itests-spring31" rev="5.11.2">
<artifact name="activemq-itests-spring31" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-itests-spring31', version='5.11.2')
)
libraryDependencies += "org.apache.activemq" % "activemq-itests-spring31" % "5.11.2"
[org.apache.activemq/activemq-itests-spring31 "5.11.2"]