is not current version
Last Version 1.0.1

org.coldis.library:service-client 1.0.0

Java service client utilities.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.coldis.library
ArtifactId

ArtifactId

service-client
Version

Version

1.0.0
Type

Type

jar

Download service-client 1.0.0


<!-- https://jarcasting.com/artifacts/org.coldis.library/service-client/ -->
<dependency>
    <groupId>org.coldis.library</groupId>
    <artifactId>service-client</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.coldis.library/service-client/
implementation 'org.coldis.library:service-client:1.0.0'
// https://jarcasting.com/artifacts/org.coldis.library/service-client/
implementation ("org.coldis.library:service-client:1.0.0")
'org.coldis.library:service-client:jar:1.0.0'
<dependency org="org.coldis.library" name="service-client" rev="1.0.0">
  <artifact name="service-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coldis.library', module='service-client', version='1.0.0')
)
libraryDependencies += "org.coldis.library" % "service-client" % "1.0.0"
[org.coldis.library/service-client "1.0.0"]