MVN

org.opendaylight.defense4all : restservice

Maven & Gradle

Jul 30, 2015
1 usages

restservice

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

Latest Version

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

  • Latest Stable: 1.0.18-Helium-SR4

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.defense4all</groupId>
    <artifactId>restservice</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 : restservice gradle dependency to your build.gradle file:

implementation 'org.opendaylight.defense4all:restservice:1.0.18-Helium-SR4'

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

implementation("org.opendaylight.defense4all:restservice:1.0.18-Helium-SR4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.defense4all" % "restservice" % "1.0.18-Helium-SR4"