i

iconfont-bridge

Set of IconFont bridges to quickly use IconFont with JRebirth Resource engineuse Showcase Application for live documentation and used as integration test
http://www.jrebirth.org
文件下载
文件名 操作
iconfont-bridge-8.6.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.jrebirth.af</groupId>
  <artifactId>iconfont-bridge</artifactId>
  <version>8.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jrebirth.af:iconfont-bridge:8.6.0'
Gradle Kotlin
implementation("org.jrebirth.af:iconfont-bridge:8.6.0")
Scala SBT
libraryDependencies += "org.jrebirth.af" % "iconfont-bridge" % "8.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jrebirth.af', module='iconfont-bridge', version='8.6.0')
)
Apache Ivy
<dependency org="org.jrebirth.af" name="iconfont-bridge" rev="8.6.0" />
Leiningen
[org.jrebirth.af/iconfont-bridge "8.6.0"]
Apache Buildr
'org.jrebirth.af:iconfont-bridge:jar:8.6.0'