r

root

A maven root project for SquirrelGrip projects
https://www.github.com/squirrelgrip/root
MIT License
Adrian Richter
Files download
File Operation
root-1.0.12.pom download
Apache Maven
<dependency>
  <groupId>com.github.squirrelgrip</groupId>
  <artifactId>root</artifactId>
  <version>1.0.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.squirrelgrip:root:1.0.12'
Gradle Kotlin
implementation("com.github.squirrelgrip:root:1.0.12")
Scala SBT
libraryDependencies += "com.github.squirrelgrip" % "root" % "1.0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.github.squirrelgrip', module='root', version='1.0.12')
)
Apache Ivy
<dependency org="com.github.squirrelgrip" name="root" rev="1.0.12" />
Leiningen
[com.github.squirrelgrip/root "1.0.12"]
Apache Buildr
'com.github.squirrelgrip:root:jar:1.0.12'
Dependencies
The project has no third-party dependencies