MVN

org.entur.ror.helpers : organisation

Maven & Gradle

Aug 24, 2023
2 stars

organisation

<dependency>
    <groupId>org.entur.ror.helpers</groupId>
    <artifactId>organisation</artifactId>
    <version>1.100</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entur.ror.helpers : organisation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.100

All Versions

Choose a version of org.entur.ror.helpers : organisation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
organisation-2.2
2.1
organisation-2.1
2.0
organisation-2.0
1.99
organisation-1.99
1.98
organisation-1.98
1.97
organisation-1.97
1.96
organisation-1.96
1.95
organisation-1.95
1.94
organisation-1.94
1.93
organisation-1.93
1.92
organisation-1.92
1.91
organisation-1.91
1.90
organisation-1.90
1.89
organisation-1.89
1.88
organisation-1.88
1.87
organisation-1.87
1.86
organisation-1.86
1.85
organisation-1.85
1.84
organisation-1.84
1.83
organisation-1.83
1.100
organisation-1.100
1.0.x
organisation-1.0.82
organisation-1.0.81
organisation-1.0.80
organisation-1.0.79
organisation-1.0.78

How to add a dependency to Maven

Add the following org.entur.ror.helpers : organisation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.entur.ror.helpers</groupId>
    <artifactId>organisation</artifactId>
    <version>1.100</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.entur.ror.helpers : organisation gradle dependency to your build.gradle file:

implementation 'org.entur.ror.helpers:organisation:1.100'

Gradle Kotlin DSL: Add the following org.entur.ror.helpers : organisation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.entur.ror.helpers:organisation:1.100")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.entur.ror.helpers : organisation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.entur.ror.helpers" % "organisation" % "1.100"