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