Unofficial clients for WeDeploy
So far there is only Java client
License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.commsen.wedeploy |
ArtifactId | ArtifactIdcom.commsen.wedeploy.client |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWeDeploy Java client :: API
Module provides Java API (set of interfaces) to define contracts for accessing WeDeploy's APIs (set of remote services)
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.commsen.wedeploy/com.commsen.wedeploy.client/ -->
<dependency>
<groupId>com.commsen.wedeploy</groupId>
<artifactId>com.commsen.wedeploy.client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.commsen.wedeploy/com.commsen.wedeploy.client/
implementation 'com.commsen.wedeploy:com.commsen.wedeploy.client:1.0.0'
// https://jarcasting.com/artifacts/com.commsen.wedeploy/com.commsen.wedeploy.client/
implementation ("com.commsen.wedeploy:com.commsen.wedeploy.client:1.0.0")
'com.commsen.wedeploy:com.commsen.wedeploy.client:jar:1.0.0'
<dependency org="com.commsen.wedeploy" name="com.commsen.wedeploy.client" rev="1.0.0">
<artifact name="com.commsen.wedeploy.client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.commsen.wedeploy', module='com.commsen.wedeploy.client', version='1.0.0')
)
libraryDependencies += "com.commsen.wedeploy" % "com.commsen.wedeploy.client" % "1.0.0"
[com.commsen.wedeploy/com.commsen.wedeploy.client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.commsen.em : em.annotations Optional | jar | 0.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
So far there is only Java client