| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.commsen.wedeploy |
| ArtifactId | ArtifactIdcom.commsen.wedeploy.client |
| Version | Version0.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.commsen.wedeploy/com.commsen.wedeploy.client/ -->
<dependency>
<groupId>com.commsen.wedeploy</groupId>
<artifactId>com.commsen.wedeploy.client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.commsen.wedeploy/com.commsen.wedeploy.client/
implementation 'com.commsen.wedeploy:com.commsen.wedeploy.client:0.1.0'
// https://jarcasting.com/artifacts/com.commsen.wedeploy/com.commsen.wedeploy.client/
implementation ("com.commsen.wedeploy:com.commsen.wedeploy.client:0.1.0")
'com.commsen.wedeploy:com.commsen.wedeploy.client:jar:0.1.0'
<dependency org="com.commsen.wedeploy" name="com.commsen.wedeploy.client" rev="0.1.0">
<artifact name="com.commsen.wedeploy.client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.commsen.wedeploy', module='com.commsen.wedeploy.client', version='0.1.0')
)
libraryDependencies += "com.commsen.wedeploy" % "com.commsen.wedeploy.client" % "0.1.0"
[com.commsen.wedeploy/com.commsen.wedeploy.client "0.1.0"]