MVN

org.commonjava.atlas : atlas-relationships-api

Maven & Gradle

Dec 07, 2022
8 usages
7 stars

Atlas :: Maven Project-Graph :: Relationships API

<dependency>
    <groupId>org.commonjava.atlas</groupId>
    <artifactId>atlas-relationships-api</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.commonjava.atlas : atlas-relationships-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of org.commonjava.atlas : atlas-relationships-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • atlas-relationships-api-1.1.3

    Dec 07, 2022
  • atlas-relationships-api-1.1.2

    Apr 14, 2022
  • atlas-relationships-api-1.1.1

    Oct 14, 2020
  • atlas-relationships-api-1.1.0

    Sep 06, 2019
  • atlas-relationships-api-1.0.1

    Dec 07, 2018
  • atlas-relationships-api-1.0.0

    Nov 20, 2018

How to add a dependency to Maven

Add the following org.commonjava.atlas : atlas-relationships-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.commonjava.atlas</groupId>
    <artifactId>atlas-relationships-api</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.commonjava.atlas : atlas-relationships-api gradle dependency to your build.gradle file:

implementation 'org.commonjava.atlas:atlas-relationships-api:1.1.3'

Gradle Kotlin DSL: Add the following org.commonjava.atlas : atlas-relationships-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.commonjava.atlas:atlas-relationships-api:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.commonjava.atlas : atlas-relationships-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.commonjava.atlas" % "atlas-relationships-api" % "1.1.3"