Files download
File Operation
root-1.pom download
Apache Maven
<dependency>
  <groupId>io.rouz</groupId>
  <artifactId>root</artifactId>
  <version>1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.rouz:root:1'
Gradle Kotlin
implementation("io.rouz:root:1")
Scala SBT
libraryDependencies += "io.rouz" % "root" % "1"
Groovy Grape
@Grapes(
  @Grab(group='io.rouz', module='root', version='1')
)
Apache Ivy
<dependency org="io.rouz" name="root" rev="1" />
Leiningen
[io.rouz/root "1"]
Apache Buildr
'io.rouz:root:jar:1'
Dependencies
The project has no third-party dependencies