Download hotdeployer-api-3.0.1.jar file - Jar h

Jar examples for h:hotdeployer-api

Description

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

You can download jar file hotdeployer-api 3.0.1 in this page.

Build File

You can use the following script to add hotdeployer-api-3.0.1.jar to your project.

<dependency>
   <groupId>ch.sourcepond.io</groupId>
   <artifactId>hotdeployer-api</artifactId>
   <version>3.0.1</version>
</dependency>
compile group: 'ch.sourcepond.io', name: 'hotdeployer-api', version: '3.0.1'
libraryDependencies += "ch.sourcepond.io" % "hotdeployer-api" % "3.0.1"
<dependency org="ch.sourcepond.io" name="hotdeployer-api" rev="3.0.1"/>
@Grapes(@Grab(group='ch.sourcepond.io', module='hotdeployer-api', version='3.0.1'))
'ch.sourcepond.io:hotdeployer-api:jar:3.0.1'

Download

Click the following link to download the jar file.

hotdeployer-api-3.0.1-javadoc.jar
hotdeployer-api-3.0.1-sources.jar
hotdeployer-api-3.0.1.jar
hotdeployer-api-3.0.1.pom



Related Tutorials