Unofficial clients for WeDeploy
So far there is only Java client
License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.commsen.wedeploy |
ArtifactId | ArtifactIdwedeploy-client-bom |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWeDeploy Java client :: BOM
BOM (Bill of Material) to be used by provisioning tools!
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wedeploy-client-bom-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.commsen.wedeploy/wedeploy-client-bom/ -->
<dependency>
<groupId>com.commsen.wedeploy</groupId>
<artifactId>wedeploy-client-bom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.commsen.wedeploy/wedeploy-client-bom/
implementation 'com.commsen.wedeploy:wedeploy-client-bom:1.0.0'
// https://jarcasting.com/artifacts/com.commsen.wedeploy/wedeploy-client-bom/
implementation ("com.commsen.wedeploy:wedeploy-client-bom:1.0.0")
'com.commsen.wedeploy:wedeploy-client-bom:pom:1.0.0'
<dependency org="com.commsen.wedeploy" name="wedeploy-client-bom" rev="1.0.0">
<artifact name="wedeploy-client-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.commsen.wedeploy', module='wedeploy-client-bom', version='1.0.0')
)
libraryDependencies += "com.commsen.wedeploy" % "wedeploy-client-bom" % "1.0.0"
[com.commsen.wedeploy/wedeploy-client-bom "1.0.0"]
So far there is only Java client