Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.coldis.library |
ArtifactId | ArtifactIdservice-client |
Version | Version0.0.18 |
Type | Typejar |
Filename | Size |
---|---|
service-client-0.0.18.pom | |
service-client-0.0.18.jar | 28 KB |
service-client-0.0.18-sources.jar | 75 KB |
service-client-0.0.18-javadoc.jar | 479 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.coldis.library/service-client/ -->
<dependency>
<groupId>org.coldis.library</groupId>
<artifactId>service-client</artifactId>
<version>0.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.coldis.library/service-client/
implementation 'org.coldis.library:service-client:0.0.18'
// https://jarcasting.com/artifacts/org.coldis.library/service-client/
implementation ("org.coldis.library:service-client:0.0.18")
'org.coldis.library:service-client:jar:0.0.18'
<dependency org="org.coldis.library" name="service-client" rev="0.0.18">
<artifact name="service-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coldis.library', module='service-client', version='0.0.18')
)
libraryDependencies += "org.coldis.library" % "service-client" % "0.0.18"
[org.coldis.library/service-client "0.0.18"]