MVN

com.github.sdnwiselab : sdn-wise-api

Maven & Gradle

Feb 26, 2016
2 usages

SDN-WISE API · The stateful Software Defined Networking solution for WIreless SEnsor Networks.

<dependency>
    <groupId>com.github.sdnwiselab</groupId>
    <artifactId>sdn-wise-api</artifactId>
    <version>3.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sdnwiselab : sdn-wise-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.10

All Versions

Choose a version of com.github.sdnwiselab : sdn-wise-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • sdn-wise-api-3.0.10

    Feb 26, 2016
  • sdn-wise-api-3.0.9

    Jan 02, 2016
  • sdn-wise-api-3.0.8

    Dec 09, 2015
  • sdn-wise-api-3.0.7

    Dec 01, 2015
  • sdn-wise-api-3.0.6

    Oct 11, 2015
  • sdn-wise-api-3.0.5

    Sep 30, 2015
  • sdn-wise-api-3.0.4

    Sep 24, 2015
  • sdn-wise-api-3.0.3

    Sep 23, 2015
  • sdn-wise-api-3.0.2

    Sep 22, 2015
  • sdn-wise-api-3.0.1

    Sep 21, 2015
  • sdn-wise-api-3.0.0

    Sep 21, 2015
  • sdn-wise-api-2.0.2

    Sep 14, 2015
  • sdn-wise-api-2.0.1

    Sep 14, 2015
  • sdn-wise-api-2.0.0

    Sep 08, 2015
  • sdn-wise-api-1.0.19

    Aug 06, 2015
  • sdn-wise-api-1.0.18

    Jul 21, 2015
  • sdn-wise-api-1.0.16

    Jul 14, 2015
  • sdn-wise-api-1.0.15

    Jul 10, 2015
  • sdn-wise-api-1.0.13

    Jul 08, 2015
  • sdn-wise-api-1.0.12

    Jul 08, 2015
  • sdn-wise-api-1.0.10

    Jul 07, 2015
  • sdn-wise-api-1.0.7

    Jul 07, 2015
  • sdn-wise-api-1.0.6

    Jul 02, 2015
  • sdn-wise-api-1.0.5

    Jun 29, 2015
  • sdn-wise-api-1.0.4

    Jun 24, 2015
  • sdn-wise-api-1.0.3

    Jun 23, 2015
  • sdn-wise-api-1.0.1

    Jun 23, 2015
  • sdn-wise-api-1.0.0

    Jun 22, 2015

How to add a dependency to Maven

Add the following com.github.sdnwiselab : sdn-wise-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sdnwiselab</groupId>
    <artifactId>sdn-wise-api</artifactId>
    <version>3.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sdnwiselab : sdn-wise-api gradle dependency to your build.gradle file:

implementation 'com.github.sdnwiselab:sdn-wise-api:3.0.10'

Gradle Kotlin DSL: Add the following com.github.sdnwiselab : sdn-wise-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sdnwiselab:sdn-wise-api:3.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sdnwiselab : sdn-wise-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sdnwiselab" % "sdn-wise-api" % "3.0.10"