Files download
File Operation
artemis-jdbc-store-2.39.0.jar download
artemis-jdbc-store-2.39.0.pom download
artemis-jdbc-store-2.39.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.activemq</groupId>
  <artifactId>artemis-jdbc-store</artifactId>
  <version>2.39.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.activemq:artemis-jdbc-store:2.39.0'
Gradle Kotlin
implementation("org.apache.activemq:artemis-jdbc-store:2.39.0")
Scala SBT
libraryDependencies += "org.apache.activemq" % "artemis-jdbc-store" % "2.39.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.activemq', module='artemis-jdbc-store', version='2.39.0')
)
Apache Ivy
<dependency org="org.apache.activemq" name="artemis-jdbc-store" rev="2.39.0" />
Leiningen
[org.apache.activemq/artemis-jdbc-store "2.39.0"]
Apache Buildr
'org.apache.activemq:artemis-jdbc-store:jar:2.39.0'