MVN

org.opendaylight.infrautils : ready-guice

Maven & Gradle

Jun 26, 2023

ODL :: infrautils :: ready-guice

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

Latest Version

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

  • Latest Stable: 6.0.1

All Versions

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

Version Vulnerabilities Updated
6.0.x
ready-guice-6.0.1
ready-guice-6.0.0
5.0.x
ready-guice-5.0.5
ready-guice-5.0.4
ready-guice-5.0.3
ready-guice-5.0.2
ready-guice-5.0.1
ready-guice-5.0.0
4.0.x
ready-guice-4.0.6
ready-guice-4.0.5
ready-guice-4.0.4
ready-guice-4.0.3
ready-guice-4.0.2
ready-guice-4.0.1
ready-guice-4.0.0
3.0.x
ready-guice-3.0.5
ready-guice-3.0.4
ready-guice-3.0.3
ready-guice-3.0.2
ready-guice-3.0.1
ready-guice-3.0.0
2.0.x
ready-guice-2.0.16
ready-guice-2.0.15
ready-guice-2.0.14
ready-guice-2.0.13
ready-guice-2.0.12
ready-guice-2.0.11
ready-guice-2.0.10
ready-guice-2.0.9
ready-guice-2.0.8
ready-guice-2.0.7
ready-guice-2.0.6
ready-guice-2.0.5
ready-guice-2.0.4
ready-guice-2.0.3
ready-guice-2.0.2
ready-guice-2.0.1
ready-guice-2.0.0
1.9.x
ready-guice-1.9.15
ready-guice-1.9.14
ready-guice-1.9.13
ready-guice-1.9.12
ready-guice-1.9.11
ready-guice-1.9.10
ready-guice-1.9.9
ready-guice-1.9.8
ready-guice-1.9.7
ready-guice-1.9.6
ready-guice-1.9.5
ready-guice-1.9.4
ready-guice-1.9.3
ready-guice-1.9.2
ready-guice-1.9.1
ready-guice-1.9.0
1.8.x
ready-guice-1.8.4
ready-guice-1.8.3
ready-guice-1.8.2
ready-guice-1.8.1
ready-guice-1.8.0
1.6.x
ready-guice-1.6.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.infrautils</groupId>
    <artifactId>ready-guice</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.infrautils:ready-guice:6.0.1'

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

implementation("org.opendaylight.infrautils:ready-guice:6.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.infrautils" % "ready-guice" % "6.0.1"

Advertisement