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