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