MVN

org.opendaylight.infrautils : inject

Maven & Gradle

Jun 26, 2023
17 usages

ODL :: infrautils :: inject

<dependency>
    <groupId>org.opendaylight.infrautils</groupId>
    <artifactId>inject</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.infrautils : inject to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of org.opendaylight.infrautils : inject to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
inject-6.0.1
inject-6.0.0
5.0.x
inject-5.0.5
inject-5.0.4
inject-5.0.3
inject-5.0.2
inject-5.0.1
inject-5.0.0
4.0.x
inject-4.0.6
inject-4.0.5
inject-4.0.4
inject-4.0.3
inject-4.0.2
inject-4.0.1
inject-4.0.0
3.0.x
inject-3.0.5
inject-3.0.4
inject-3.0.3
inject-3.0.2
inject-3.0.1
inject-3.0.0
2.0.x
inject-2.0.16
inject-2.0.15
inject-2.0.14
inject-2.0.13
inject-2.0.12
inject-2.0.11
inject-2.0.10
inject-2.0.9
inject-2.0.8
inject-2.0.7
inject-2.0.6
inject-2.0.5
inject-2.0.4
inject-2.0.3
inject-2.0.2
inject-2.0.1
inject-2.0.0
1.9.x
inject-1.9.15
inject-1.9.14
inject-1.9.13
inject-1.9.12
inject-1.9.11
inject-1.9.10
inject-1.9.9
inject-1.9.8
inject-1.9.7
inject-1.9.6
inject-1.9.5
inject-1.9.4
inject-1.9.3
inject-1.9.2
inject-1.9.1
inject-1.9.0
1.8.x
inject-1.8.4
inject-1.8.3
inject-1.8.2
inject-1.8.1
inject-1.8.0
1.7.x
inject-1.7.3
inject-1.7.2
inject-1.7.1
inject-1.7.0
1.6.x
inject-1.6.4
inject-1.6.3
inject-1.6.2
inject-1.6.1
inject-1.6.0
1.5.x
inject-1.5.3
inject-1.5.2
inject-1.5.1
inject-1.5.0
1.4.x
inject-1.4.3
inject-1.4.2
inject-1.4.1
inject-1.4.0
1.3.x
inject-1.3.4
inject-1.3.3
inject-1.3.2
inject-1.3.1
inject-1.3.0
1.2.x
inject-1.2.3
inject-1.2.2
inject-1.2.1
inject-1.2.0
1.1.x
inject-1.1.4-Carbon
inject-1.1.3-Carbon
inject-1.1.2-Carbon
inject-1.1.1-Carbon
inject-1.1.0-Carbon
1.0.x
inject-1.0.4-Boron-SR4
inject-1.0.3-Boron-SR3
inject-1.0.2-Boron-SR2
inject-1.0.1-Boron-SR1

How to add a dependency to Maven

Add the following org.opendaylight.infrautils : inject maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.infrautils</groupId>
    <artifactId>inject</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.infrautils : inject gradle dependency to your build.gradle file:

implementation 'org.opendaylight.infrautils:inject:6.0.1'

Gradle Kotlin DSL: Add the following org.opendaylight.infrautils : inject gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.infrautils:inject:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.infrautils : inject sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.infrautils" % "inject" % "6.0.1"

Advertisement