MVN

edu.amherst.acdc : acrepo-services-activemq

Maven & Gradle

Dec 07, 2016

Amherst College Repository Extension Services · Repository Extension Services

<dependency>
    <groupId>edu.amherst.acdc</groupId>
    <artifactId>acrepo-services-activemq</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.amherst.acdc : acrepo-services-activemq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of edu.amherst.acdc : acrepo-services-activemq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
acrepo-services-activemq-1.0.7
acrepo-services-activemq-1.0.6
acrepo-services-activemq-1.0.5
acrepo-services-activemq-1.0.4
acrepo-services-activemq-1.0.3
acrepo-services-activemq-1.0.2
acrepo-services-activemq-1.0.1

How to add a dependency to Maven

Add the following edu.amherst.acdc : acrepo-services-activemq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.amherst.acdc</groupId>
    <artifactId>acrepo-services-activemq</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.amherst.acdc : acrepo-services-activemq gradle dependency to your build.gradle file:

implementation 'edu.amherst.acdc:acrepo-services-activemq:1.0.7'

Gradle Kotlin DSL: Add the following edu.amherst.acdc : acrepo-services-activemq gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.amherst.acdc:acrepo-services-activemq:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.amherst.acdc : acrepo-services-activemq sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.amherst.acdc" % "acrepo-services-activemq" % "1.0.7"