MVN

org.opendaylight.odlparent : features-akka

Maven & Gradle

Jan 16, 2020
8 usages

Akka.io features

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>features-akka</artifactId>
    <version>4.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.odlparent : features-akka to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.15

All Versions

Choose a version of org.opendaylight.odlparent : features-akka to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
features-akka-4.0.15
features-akka-4.0.14
features-akka-4.0.13
features-akka-4.0.12
features-akka-4.0.11
features-akka-4.0.10
features-akka-4.0.9
features-akka-4.0.8
features-akka-4.0.7
features-akka-4.0.6
features-akka-4.0.5
features-akka-4.0.4
features-akka-4.0.3
features-akka-4.0.2
features-akka-4.0.1
features-akka-4.0.0
3.1.x
features-akka-3.1.9
features-akka-3.1.8
features-akka-3.1.7
features-akka-3.1.6
features-akka-3.1.5
features-akka-3.1.4
features-akka-3.1.3
features-akka-3.1.2
features-akka-3.1.1
features-akka-3.1.0
3.0.x
features-akka-3.0.3
features-akka-3.0.2
features-akka-3.0.1
features-akka-3.0.0
2.0.x
features-akka-2.0.7
features-akka-2.0.6
features-akka-2.0.5
features-akka-2.0.4
features-akka-2.0.3
features-akka-2.0.2
features-akka-2.0.1
features-akka-2.0.0
1.9.x
features-akka-1.9.0
1.8.x
features-akka-1.8.4-Carbon
features-akka-1.8.3-Carbon
features-akka-1.8.2-Carbon
features-akka-1.8.1-Carbon
features-akka-1.8.0-Carbon
1.7.x
features-akka-1.7.4-Boron-SR4
features-akka-1.7.3-Boron-SR3
features-akka-1.7.2-Boron-SR2
features-akka-1.7.1-Boron-SR1
features-akka-1.7.0-Boron

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>features-akka</artifactId>
    <version>4.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.odlparent : features-akka gradle dependency to your build.gradle file:

implementation 'org.opendaylight.odlparent:features-akka:4.0.15'

Gradle Kotlin DSL: Add the following org.opendaylight.odlparent : features-akka gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.odlparent:features-akka:4.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.odlparent : features-akka sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.odlparent" % "features-akka" % "4.0.15"

Advertisement