Files download
File Operation
thallo-parent-1.3.pom download
Apache Maven
<dependency>
  <groupId>org.devocative.thallo</groupId>
  <artifactId>thallo-parent</artifactId>
  <version>1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.devocative.thallo:thallo-parent:1.3'
Gradle Kotlin
implementation("org.devocative.thallo:thallo-parent:1.3")
Scala SBT
libraryDependencies += "org.devocative.thallo" % "thallo-parent" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.devocative.thallo', module='thallo-parent', version='1.3')
)
Apache Ivy
<dependency org="org.devocative.thallo" name="thallo-parent" rev="1.3" />
Leiningen
[org.devocative.thallo/thallo-parent "1.3"]
Apache Buildr
'org.devocative.thallo:thallo-parent:jar:1.3'