Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.trustable.cmp.client |
ArtifactId | ArtifactIdcmpClient |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
cmpClient-1.1.0.pom | |
cmpClient-1.1.0.jar | 18 KB |
cmpClient-1.1.0-sources.jar | 11 KB |
cmpClient-1.1.0-javadoc.jar | 393 KB |
cmpClient-1.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.trustable.cmp.client/cmpClient/
implementation 'de.trustable.cmp.client:cmpClient:1.1.0'
// https://jarcasting.com/artifacts/de.trustable.cmp.client/cmpClient/
implementation ("de.trustable.cmp.client:cmpClient:1.1.0")
'de.trustable.cmp.client:cmpClient:jar:1.1.0'
<dependency org="de.trustable.cmp.client" name="cmpClient" rev="1.1.0">
<artifact name="cmpClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.trustable.cmp.client', module='cmpClient', version='1.1.0')
)
libraryDependencies += "de.trustable.cmp.client" % "cmpClient" % "1.1.0"
[de.trustable.cmp.client/cmpClient "1.1.0"]