t

tint-upos

文件下载
文件名 操作
tint-upos-0.2.jar 下载
tint-upos-0.2.pom 下载
tint-upos-0.2-sources.jar 下载
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'