MVN

org.trellisldp : trellis-amqp

Maven & Gradle

Mar 13, 2021
3 usages
104 stars

Trellis Linked Data Server · The core components for a Trellis linked data server

<dependency>
    <groupId>org.trellisldp</groupId>
    <artifactId>trellis-amqp</artifactId>
    <version>0.17.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.trellisldp : trellis-amqp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.2

All Versions

Choose a version of org.trellisldp : trellis-amqp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
trellis-amqp-0.17.2
trellis-amqp-0.17.1
trellis-amqp-0.17.0
0.16.x
trellis-amqp-0.16.3
trellis-amqp-0.16.2
trellis-amqp-0.16.1
trellis-amqp-0.16.0
0.15.x
trellis-amqp-0.15.0
0.14.x
trellis-amqp-0.14.2
trellis-amqp-0.14.1
trellis-amqp-0.14.0
0.13.x
trellis-amqp-0.13.1
trellis-amqp-0.13.0
0.12.x
trellis-amqp-0.12.2
trellis-amqp-0.12.1
trellis-amqp-0.12.0
0.11.x
trellis-amqp-0.11.3
trellis-amqp-0.11.2
trellis-amqp-0.11.1
trellis-amqp-0.11.0
0.10.x
trellis-amqp-0.10.3
trellis-amqp-0.10.2
trellis-amqp-0.10.1
trellis-amqp-0.10.0
0.9.x
trellis-amqp-0.9.7
trellis-amqp-0.9.4
trellis-amqp-0.9.3
trellis-amqp-0.9.2
trellis-amqp-0.9.1
0.8.x
trellis-amqp-0.8.3
trellis-amqp-0.8.2
trellis-amqp-0.8.1
trellis-amqp-0.8.0
0.7.x
trellis-amqp-0.7.3
trellis-amqp-0.7.2
trellis-amqp-0.7.1
trellis-amqp-0.7.0
0.6.x
trellis-amqp-0.6.2
trellis-amqp-0.6.1
trellis-amqp-0.6.0
0.2.x
trellis-amqp-0.2.2
trellis-amqp-0.2.1
trellis-amqp-0.2.0
0.1.x
trellis-amqp-0.1.0

How to add a dependency to Maven

Add the following org.trellisldp : trellis-amqp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.trellisldp</groupId>
    <artifactId>trellis-amqp</artifactId>
    <version>0.17.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.trellisldp : trellis-amqp gradle dependency to your build.gradle file:

implementation 'org.trellisldp:trellis-amqp:0.17.2'

Gradle Kotlin DSL: Add the following org.trellisldp : trellis-amqp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.trellisldp:trellis-amqp:0.17.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.trellisldp : trellis-amqp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.trellisldp" % "trellis-amqp" % "0.17.2"

Advertisement

Dependencies from Group

Sep 18, 2021
48 usages
104 stars
Sep 18, 2021
45 usages
104 stars
Sep 18, 2021
16 usages
104 stars
Sep 18, 2021
16 usages
104 stars
May 30, 2019
14 usages
104 stars

Discover Dependencies