t

ttficons

A library for using icons based on typography files in Java Swing
https://github.com/pablotecheraa/ttficons
MIT
Pablo Techera
文件下载
文件名 操作
ttficons-1.0.0.jar 下载
ttficons-1.0.0.pom 下载
ttficons-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.pablotecheraa</groupId>
  <artifactId>ttficons</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.pablotecheraa:ttficons:1.0.0'
Gradle Kotlin
implementation("io.github.pablotecheraa:ttficons:1.0.0")
Scala SBT
libraryDependencies += "io.github.pablotecheraa" % "ttficons" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pablotecheraa', module='ttficons', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.pablotecheraa" name="ttficons" rev="1.0.0" />
Leiningen
[io.github.pablotecheraa/ttficons "1.0.0"]
Apache Buildr
'io.github.pablotecheraa:ttficons:jar:1.0.0'
本项目依赖
该项目无第三方依赖