is not current version
Last Version 1.0.1

org.touchbit.shields4j:client 1.0.0

Lightweight java HTTP-client for the shields.io service

Categories

Categories

CLI User Interface
GroupId

GroupId

org.touchbit.shields4j
ArtifactId

ArtifactId

client
Version

Version

1.0.0
Type

Type

jar

Download client 1.0.0


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