GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdartemis-service-extensions |
Version | Version2.8.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-service-extensions/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-service-extensions</artifactId>
<version>2.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-service-extensions/
implementation 'org.apache.activemq:artemis-service-extensions:2.8.1'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-service-extensions/
implementation ("org.apache.activemq:artemis-service-extensions:2.8.1")
'org.apache.activemq:artemis-service-extensions:jar:2.8.1'
<dependency org="org.apache.activemq" name="artemis-service-extensions" rev="2.8.1">
<artifact name="artemis-service-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-service-extensions', version='2.8.1')
)
libraryDependencies += "org.apache.activemq" % "artemis-service-extensions" % "2.8.1"
[org.apache.activemq/artemis-service-extensions "2.8.1"]