MVN

org.eclipse.leshan : leshan-integration-tests

Maven & Gradle

Apr 10, 2018
619 stars

leshan - integration tests · The client/server integrations tests for leshan

<dependency>
    <groupId>org.eclipse.leshan</groupId>
    <artifactId>leshan-integration-tests</artifactId>
    <version>1.0.0-M6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.leshan : leshan-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-M6

All Versions

Choose a version of org.eclipse.leshan : leshan-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
leshan-integration-tests-1.0.0-M6
leshan-integration-tests-1.0.0-M5
leshan-integration-tests-1.0.0-M4
leshan-integration-tests-1.0.0-M3
leshan-integration-tests-1.0.0-M2
leshan-integration-tests-1.0.0-M1
0.1.x
leshan-integration-tests-0.1.11-M14
leshan-integration-tests-0.1.11-M13
leshan-integration-tests-0.1.11-M12
leshan-integration-tests-0.1.11-M11
leshan-integration-tests-0.1.11-M10
leshan-integration-tests-0.1.11-M9
leshan-integration-tests-0.1.11-M8
leshan-integration-tests-0.1.11-M7
leshan-integration-tests-0.1.11-M6
leshan-integration-tests-0.1.11-M5
leshan-integration-tests-0.1.11-M4
leshan-integration-tests-0.1.11-M3
leshan-integration-tests-0.1.11-M2

How to add a dependency to Maven

Add the following org.eclipse.leshan : leshan-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.leshan</groupId>
    <artifactId>leshan-integration-tests</artifactId>
    <version>1.0.0-M6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.leshan : leshan-integration-tests gradle dependency to your build.gradle file:

implementation 'org.eclipse.leshan:leshan-integration-tests:1.0.0-M6'

Gradle Kotlin DSL: Add the following org.eclipse.leshan : leshan-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.leshan:leshan-integration-tests:1.0.0-M6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.leshan : leshan-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.leshan" % "leshan-integration-tests" % "1.0.0-M6"