Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.touchbit.shields4j |
ArtifactId | ArtifactIdclient |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
client-1.0.0.pom | |
client-1.0.0.jar | 39 KB |
client-1.0.0-sources.jar | 23 KB |
client-1.0.0-javadoc.jar | 109 KB |
Browse |
<!-- 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"]