MVN

com.xconns.peerdevicenet : peerdevicenet-api

Maven & Gradle

Oct 26, 2015
6 stars

peerdevicenet-api · client jar providing api to access PeerDeviceNet runtime.

<dependency>
    <groupId>com.xconns.peerdevicenet</groupId>
    <artifactId>peerdevicenet-api</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xconns.peerdevicenet : peerdevicenet-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of com.xconns.peerdevicenet : peerdevicenet-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
peerdevicenet-api-1.1.8
peerdevicenet-api-1.1.7
peerdevicenet-api-1.1.6
peerdevicenet-api-1.1.5
peerdevicenet-api-1.1.4
peerdevicenet-api-1.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.xconns.peerdevicenet</groupId>
    <artifactId>peerdevicenet-api</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xconns.peerdevicenet : peerdevicenet-api gradle dependency to your build.gradle file:

implementation 'com.xconns.peerdevicenet:peerdevicenet-api:1.1.8'

Gradle Kotlin DSL: Add the following com.xconns.peerdevicenet : peerdevicenet-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xconns.peerdevicenet:peerdevicenet-api:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xconns.peerdevicenet : peerdevicenet-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xconns.peerdevicenet" % "peerdevicenet-api" % "1.1.8"

Advertisement