Download jiconfont-0.9.0.jar file - Jar j

Jar examples for j:jiconfont

Description

jIconFont is a API to provide icons generated from any IconFont. These icons can be used in Java GUI toolkits, such as Swing and JavaFX.

You can download jar file jiconfont 0.9.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add jiconfont-0.9.0.jar to your project.

<dependency>
   <groupId>com.github.jiconfont</groupId>
   <artifactId>jiconfont</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'com.github.jiconfont', name: 'jiconfont', version: '0.9.0'
libraryDependencies += "com.github.jiconfont" % "jiconfont" % "0.9.0"
<dependency org="com.github.jiconfont" name="jiconfont" rev="0.9.0"/>
@Grapes(@Grab(group='com.github.jiconfont', module='jiconfont', version='0.9.0'))
'com.github.jiconfont:jiconfont:jar:0.9.0'

Download

Click the following link to download the jar file.

jiconfont-0.9.0-javadoc.jar
jiconfont-0.9.0-sources.jar
jiconfont-0.9.0.jar
jiconfont-0.9.0.pom



Related Tutorials