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