| GroupId | GroupIdorg.akhikhl.rooty |
|---|---|
| ArtifactId | ArtifactIdrooty |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rooty-0.0.2.pom | |
| rooty-0.0.2.jar | 43 KB |
| rooty-0.0.2-sources.jar | 3 KB |
| rooty-0.0.2-javadoc.jar | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.akhikhl.rooty/rooty/ -->
<dependency>
<groupId>org.akhikhl.rooty</groupId>
<artifactId>rooty</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.akhikhl.rooty/rooty/
implementation 'org.akhikhl.rooty:rooty:0.0.2'
// https://jarcasting.com/artifacts/org.akhikhl.rooty/rooty/
implementation ("org.akhikhl.rooty:rooty:0.0.2")
'org.akhikhl.rooty:rooty:jar:0.0.2'
<dependency org="org.akhikhl.rooty" name="rooty" rev="0.0.2">
<artifact name="rooty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.akhikhl.rooty', module='rooty', version='0.0.2')
)
libraryDependencies += "org.akhikhl.rooty" % "rooty" % "0.0.2"
[org.akhikhl.rooty/rooty "0.0.2"]