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