rooty

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

License

License

GroupId

GroupId

org.akhikhl.rooty
ArtifactId

ArtifactId

rooty
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/akhikhl/rooty

Download rooty

How to add to project

<!-- https://jarcasting.com/artifacts/org.akhikhl.rooty/rooty/ -->
<dependency>
    <groupId>org.akhikhl.rooty</groupId>
    <artifactId>rooty</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.akhikhl.rooty/rooty/
implementation 'org.akhikhl.rooty:rooty:0.0.4'
// https://jarcasting.com/artifacts/org.akhikhl.rooty/rooty/
implementation ("org.akhikhl.rooty:rooty:0.0.4")
'org.akhikhl.rooty:rooty:jar:0.0.4'
<dependency org="org.akhikhl.rooty" name="rooty" rev="0.0.4">
  <artifact name="rooty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.akhikhl.rooty', module='rooty', version='0.0.4')
)
libraryDependencies += "org.akhikhl.rooty" % "rooty" % "0.0.4"
[org.akhikhl.rooty/rooty "0.0.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.2.2

test (2)

Group / Artifact Type Version
org.spockframework : spock-core jar 0.7-groovy-2.0
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.4
0.0.2
0.0.1