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