GroupId | GroupIdio.github.jaqat.remoterobot |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-0.3.pom | |
commons-0.3.jar | 4 KB |
commons-0.3-sources.jar | 2 KB |
commons-0.3-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jaqat.remoterobot/commons/ -->
<dependency>
<groupId>io.github.jaqat.remoterobot</groupId>
<artifactId>commons</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jaqat.remoterobot/commons/
implementation 'io.github.jaqat.remoterobot:commons:0.3'
// https://jarcasting.com/artifacts/io.github.jaqat.remoterobot/commons/
implementation ("io.github.jaqat.remoterobot:commons:0.3")
'io.github.jaqat.remoterobot:commons:jar:0.3'
<dependency org="io.github.jaqat.remoterobot" name="commons" rev="0.3">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jaqat.remoterobot', module='commons', version='0.3')
)
libraryDependencies += "io.github.jaqat.remoterobot" % "commons" % "0.3"
[io.github.jaqat.remoterobot/commons "0.3"]