t

tint-upos

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