MVN

org.opendaylight.infrautils : infrautils-docs

Maven & Gradle

Jun 26, 2023

infrautils-docs · Infra Utils documentation

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

Latest Version

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

  • Latest Stable: 6.0.1

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.opendaylight.infrautils:infrautils-docs:6.0.1'

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

implementation("org.opendaylight.infrautils:infrautils-docs:6.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.infrautils" % "infrautils-docs" % "6.0.1"