Files download
File Operation
tree-0.1.1.jar download
tree-0.1.1.pom download
tree-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.shell-software</groupId>
  <artifactId>tree</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.shell-software:tree:0.1.1'
Gradle Kotlin
implementation("com.github.shell-software:tree:0.1.1")
Scala SBT
libraryDependencies += "com.github.shell-software" % "tree" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shell-software', module='tree', version='0.1.1')
)
Apache Ivy
<dependency org="com.github.shell-software" name="tree" rev="0.1.1" />
Leiningen
[com.github.shell-software/tree "0.1.1"]
Apache Buildr
'com.github.shell-software:tree:jar:0.1.1'
Dependencies