Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.jaqat.remoterobot |
ArtifactId | ArtifactIdclient |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
client-0.3.1.pom | |
client-0.3.1.jar | 12 KB |
client-0.3.1-sources.jar | 6 KB |
client-0.3.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jaqat.remoterobot/client/ -->
<dependency>
<groupId>io.github.jaqat.remoterobot</groupId>
<artifactId>client</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jaqat.remoterobot/client/
implementation 'io.github.jaqat.remoterobot:client:0.3.1'
// https://jarcasting.com/artifacts/io.github.jaqat.remoterobot/client/
implementation ("io.github.jaqat.remoterobot:client:0.3.1")
'io.github.jaqat.remoterobot:client:jar:0.3.1'
<dependency org="io.github.jaqat.remoterobot" name="client" rev="0.3.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jaqat.remoterobot', module='client', version='0.3.1')
)
libraryDependencies += "io.github.jaqat.remoterobot" % "client" % "0.3.1"
[io.github.jaqat.remoterobot/client "0.3.1"]