Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.javadog |
ArtifactId | ArtifactIdcws-client-rest |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
cws-client-rest-1.1.1.pom | |
cws-client-rest-1.1.1.jar | 12 KB |
cws-client-rest-1.1.1-sources.jar | 9 KB |
cws-client-rest-1.1.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.javadog/cws-client-rest/ -->
<dependency>
<groupId>io.javadog</groupId>
<artifactId>cws-client-rest</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.javadog/cws-client-rest/
implementation 'io.javadog:cws-client-rest:1.1.1'
// https://jarcasting.com/artifacts/io.javadog/cws-client-rest/
implementation ("io.javadog:cws-client-rest:1.1.1")
'io.javadog:cws-client-rest:jar:1.1.1'
<dependency org="io.javadog" name="cws-client-rest" rev="1.1.1">
<artifact name="cws-client-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.javadog', module='cws-client-rest', version='1.1.1')
)
libraryDependencies += "io.javadog" % "cws-client-rest" % "1.1.1"
[io.javadog/cws-client-rest "1.1.1"]