GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdartemis-boot |
Version | Version2.9.0 |
Type | Typejar |
Filename | Size |
---|---|
artemis-boot-2.9.0.pom | |
artemis-boot-2.9.0.jar | 10 KB |
artemis-boot-2.9.0-sources.jar | 7 KB |
artemis-boot-2.9.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-boot/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-boot</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-boot/
implementation 'org.apache.activemq:artemis-boot:2.9.0'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-boot/
implementation ("org.apache.activemq:artemis-boot:2.9.0")
'org.apache.activemq:artemis-boot:jar:2.9.0'
<dependency org="org.apache.activemq" name="artemis-boot" rev="2.9.0">
<artifact name="artemis-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-boot', version='2.9.0')
)
libraryDependencies += "org.apache.activemq" % "artemis-boot" % "2.9.0"
[org.apache.activemq/artemis-boot "2.9.0"]