Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.telekom.m2m.cot |
ArtifactId | ArtifactIdjava-rest-client |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
java-rest-client-1.0.1.pom | |
java-rest-client-1.0.1.jar | 170 KB |
java-rest-client-1.0.1-sources.jar | 126 KB |
java-rest-client-1.0.1-javadoc.jar | 821 KB |
java-rest-client-1.0.1-jar-with-dependencies.jar | 874 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telekom.m2m.cot/java-rest-client/ -->
<dependency>
<groupId>com.telekom.m2m.cot</groupId>
<artifactId>java-rest-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.telekom.m2m.cot/java-rest-client/
implementation 'com.telekom.m2m.cot:java-rest-client:1.0.1'
// https://jarcasting.com/artifacts/com.telekom.m2m.cot/java-rest-client/
implementation ("com.telekom.m2m.cot:java-rest-client:1.0.1")
'com.telekom.m2m.cot:java-rest-client:jar:1.0.1'
<dependency org="com.telekom.m2m.cot" name="java-rest-client" rev="1.0.1">
<artifact name="java-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telekom.m2m.cot', module='java-rest-client', version='1.0.1')
)
libraryDependencies += "com.telekom.m2m.cot" % "java-rest-client" % "1.0.1"
[com.telekom.m2m.cot/java-rest-client "1.0.1"]