Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.trustable.cmp.client |
ArtifactId | ArtifactIdcmpClient |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
cmpClient-1.2.0.pom | |
cmpClient-1.2.0.jar | 19 KB |
cmpClient-1.2.0-sources.jar | 12 KB |
cmpClient-1.2.0-javadoc.jar | 394 KB |
cmpClient-1.2.0-jar-with-dependencies.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.trustable.cmp.client/cmpClient/ -->
<dependency>
<groupId>de.trustable.cmp.client</groupId>
<artifactId>cmpClient</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.trustable.cmp.client/cmpClient/
implementation 'de.trustable.cmp.client:cmpClient:1.2.0'
// https://jarcasting.com/artifacts/de.trustable.cmp.client/cmpClient/
implementation ("de.trustable.cmp.client:cmpClient:1.2.0")
'de.trustable.cmp.client:cmpClient:jar:1.2.0'
<dependency org="de.trustable.cmp.client" name="cmpClient" rev="1.2.0">
<artifact name="cmpClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.trustable.cmp.client', module='cmpClient', version='1.2.0')
)
libraryDependencies += "de.trustable.cmp.client" % "cmpClient" % "1.2.0"
[de.trustable.cmp.client/cmpClient "1.2.0"]