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