a

artemis-server-osgi

Combines the commons, core-client and server jars as they contain too many duplicate packages to be deployed separately.
Files download
File Operation
artemis-server-osgi-2.31.1.jar download
artemis-server-osgi-2.31.1.pom download
artemis-server-osgi-2.31.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.activemq</groupId>
  <artifactId>artemis-server-osgi</artifactId>
  <version>2.31.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.activemq:artemis-server-osgi:2.31.1'
Gradle Kotlin
implementation("org.apache.activemq:artemis-server-osgi:2.31.1")
Scala SBT
libraryDependencies += "org.apache.activemq" % "artemis-server-osgi" % "2.31.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.activemq', module='artemis-server-osgi', version='2.31.1')
)
Apache Ivy
<dependency org="org.apache.activemq" name="artemis-server-osgi" rev="2.31.1" />
Leiningen
[org.apache.activemq/artemis-server-osgi "2.31.1"]
Apache Buildr
'org.apache.activemq:artemis-server-osgi:jar:2.31.1'