MVN

ch.sourcepond.io : hotdeployer-tests

Maven & Gradle

Sep 12, 2017

OSGi integration tests for default hotdeployer implementation.

<dependency>
    <groupId>ch.sourcepond.io</groupId>
    <artifactId>hotdeployer-tests</artifactId>
    <version>7.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.sourcepond.io : hotdeployer-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.7

All Versions

Choose a version of ch.sourcepond.io : hotdeployer-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
hotdeployer-tests-7.0.7
hotdeployer-tests-7.0.6
hotdeployer-tests-7.0.5
hotdeployer-tests-7.0.4
hotdeployer-tests-7.0.3
hotdeployer-tests-7.0.2
hotdeployer-tests-7.0.1
hotdeployer-tests-7.0.0
6.0.x
hotdeployer-tests-6.0.1
hotdeployer-tests-6.0.0
5.0.x
hotdeployer-tests-5.0.1
hotdeployer-tests-5.0.0
4.0.x
hotdeployer-tests-4.0.0
3.0.x
hotdeployer-tests-3.0.1
hotdeployer-tests-3.0.0
2.1.x
hotdeployer-tests-2.1.0
2.0.x
hotdeployer-tests-2.0.0
1.0.x
hotdeployer-tests-1.0.5
hotdeployer-tests-1.0.4
hotdeployer-tests-1.0.3
hotdeployer-tests-1.0.2
hotdeployer-tests-1.0.1
hotdeployer-tests-1.0.0

How to add a dependency to Maven

Add the following ch.sourcepond.io : hotdeployer-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.sourcepond.io</groupId>
    <artifactId>hotdeployer-tests</artifactId>
    <version>7.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.sourcepond.io : hotdeployer-tests gradle dependency to your build.gradle file:

implementation 'ch.sourcepond.io:hotdeployer-tests:7.0.7'

Gradle Kotlin DSL: Add the following ch.sourcepond.io : hotdeployer-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.sourcepond.io:hotdeployer-tests:7.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.sourcepond.io : hotdeployer-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.sourcepond.io" % "hotdeployer-tests" % "7.0.7"

Advertisement