Download com.commsen.wedeploy.client-0.1.0.jar file - Jar c

Jar examples for c:com.commsen.wedeploy.client

Description

Module provides Java API (set of interfaces) to define contracts for accessing WeDeploy's APIs (set of remote services)

You can download jar file com.commsen.wedeploy.client 0.1.0 in this page.

Build File

You can use the following script to add com.commsen.wedeploy.client-0.1.0.jar to your project.

<dependency>
   <groupId>com.commsen.wedeploy</groupId>
   <artifactId>com.commsen.wedeploy.client</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.commsen.wedeploy', name: 'com.commsen.wedeploy.client', version: '0.1.0'
libraryDependencies += "com.commsen.wedeploy" % "com.commsen.wedeploy.client" % "0.1.0"
<dependency org="com.commsen.wedeploy" name="com.commsen.wedeploy.client" rev="0.1.0"/>
@Grapes(@Grab(group='com.commsen.wedeploy', module='com.commsen.wedeploy.client', version='0.1.0'))
'com.commsen.wedeploy:com.commsen.wedeploy.client:jar:0.1.0'

Download

Click the following link to download the jar file.

com.commsen.wedeploy.client-0.1.0-javadoc.jar
com.commsen.wedeploy.client-0.1.0-sources.jar
com.commsen.wedeploy.client-0.1.0-tests.jar
com.commsen.wedeploy.client-0.1.0.jar
com.commsen.wedeploy.client-0.1.0.pom



Related Tutorials