文件下载
文件名 操作
artemis-unit-test-support-2.27.1.jar 下载
artemis-unit-test-support-2.27.1.pom 下载
artemis-unit-test-support-2.27.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.activemq</groupId>
  <artifactId>artemis-unit-test-support</artifactId>
  <version>2.27.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.activemq:artemis-unit-test-support:2.27.1'
Gradle Kotlin
implementation("org.apache.activemq:artemis-unit-test-support:2.27.1")
Scala SBT
libraryDependencies += "org.apache.activemq" % "artemis-unit-test-support" % "2.27.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.activemq', module='artemis-unit-test-support', version='2.27.1')
)
Apache Ivy
<dependency org="org.apache.activemq" name="artemis-unit-test-support" rev="2.27.1" />
Leiningen
[org.apache.activemq/artemis-unit-test-support "2.27.1"]
Apache Buildr
'org.apache.activemq:artemis-unit-test-support:jar:2.27.1'