MVN

org.opendaylight.defense4all : framework.core.impl

Maven & Gradle

Jul 30, 2015
2 usages

framework.core.impl

<dependency>
    <groupId>org.opendaylight.defense4all</groupId>
    <artifactId>framework.core.impl</artifactId>
    <version>1.0.18-Helium-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.defense4all : framework.core.impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.18-Helium-SR4

All Versions

Choose a version of org.opendaylight.defense4all : framework.core.impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
framework.core.impl-1.0.18-Helium-SR4
framework.core.impl-1.0.17-Helium-SR3
framework.core.impl-1.0.16-Helium-SR2
framework.core.impl-1.0.15-Helium-SR1.1
framework.core.impl-1.0.15-Helium-SR1
framework.core.impl-1.0.14-Helium
framework.core.impl-1.0.12
framework.core.impl-1.0.7
framework.core.impl-1.0.6
framework.core.impl-1.0.5
framework.core.impl-1.0.4
framework.core.impl-1.0.3
framework.core.impl-1.0.1
framework.core.impl-1.0.0

How to add a dependency to Maven

Add the following org.opendaylight.defense4all : framework.core.impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.defense4all</groupId>
    <artifactId>framework.core.impl</artifactId>
    <version>1.0.18-Helium-SR4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.defense4all : framework.core.impl gradle dependency to your build.gradle file:

implementation 'org.opendaylight.defense4all:framework.core.impl:1.0.18-Helium-SR4'

Gradle Kotlin DSL: Add the following org.opendaylight.defense4all : framework.core.impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.defense4all:framework.core.impl:1.0.18-Helium-SR4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.defense4all : framework.core.impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.defense4all" % "framework.core.impl" % "1.0.18-Helium-SR4"