MVN

ch.sourcepond.io : hotdeployer-api

Maven & Gradle

Sep 12, 2017
2 usages

Service API to watch changes on files/directories within a specific hotdeployment folder.

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

Latest Version

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

  • Latest Stable: 7.0.7

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement