is not current version
Last Version 0.0.4

org.akhikhl.rooty:rooty 0.0.2

Gradle plugin for automating idiomatic part of multi-project gradle configuration

GroupId

GroupId

org.akhikhl.rooty
ArtifactId

ArtifactId

rooty
Version

Version

0.0.2
Type

Type

jar

Download rooty 0.0.2


<!-- 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"]