GroupId | GroupIdio.github.samburi |
---|---|
ArtifactId | ArtifactIdroot |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
root-1.0.5.pom | |
root-1.0.5.jar | 57 KB |
root-1.0.5-sources.jar | 37 KB |
root-1.0.5-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.samburi/root/ -->
<dependency>
<groupId>io.github.samburi</groupId>
<artifactId>root</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.samburi/root/
implementation 'io.github.samburi:root:1.0.5'
// https://jarcasting.com/artifacts/io.github.samburi/root/
implementation ("io.github.samburi:root:1.0.5")
'io.github.samburi:root:jar:1.0.5'
<dependency org="io.github.samburi" name="root" rev="1.0.5">
<artifact name="root" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.samburi', module='root', version='1.0.5')
)
libraryDependencies += "io.github.samburi" % "root" % "1.0.5"
[io.github.samburi/root "1.0.5"]