MVN

activemq : activemq-jaas

Maven & Gradle

Dec 09, 2005
1 usages

ActiveMQ :: JAAS · ActiveMQ is an open source message broker and JMS 1.1 provider

<dependency>
    <groupId>activemq</groupId>
    <artifactId>activemq-jaas</artifactId>
    <version>4.0-M3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of activemq : activemq-jaas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0-M3

All Versions

Choose a version of activemq : activemq-jaas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0
activemq-jaas-4.0-M3
activemq-jaas-4.0-M2
activemq-jaas-4.0-M1

How to add a dependency to Maven

Add the following activemq : activemq-jaas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>activemq</groupId>
    <artifactId>activemq-jaas</artifactId>
    <version>4.0-M3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following activemq : activemq-jaas gradle dependency to your build.gradle file:

implementation 'activemq:activemq-jaas:4.0-M3'

Gradle Kotlin DSL: Add the following activemq : activemq-jaas gradle kotlin dependency to your build.gradle.kts file:

implementation("activemq:activemq-jaas:4.0-M3")

How to add a dependency to SBT Scala

SBT Scala: Add the following activemq : activemq-jaas sbt scala dependency to your build.sbt file:

libraryDependencies += "activemq" % "activemq-jaas" % "4.0-M3"