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