License |
License |
---|---|
GroupId | GroupIdcom.github.jiconfont |
ArtifactId | ArtifactIdjiconfont |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjIconFont
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jiconfont-1.0.0.pom | |
jiconfont-1.0.0.jar | 6 KB |
jiconfont-1.0.0-sources.jar | 4 KB |
jiconfont-1.0.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jiconfont/jiconfont/ -->
<dependency>
<groupId>com.github.jiconfont</groupId>
<artifactId>jiconfont</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jiconfont/jiconfont/
implementation 'com.github.jiconfont:jiconfont:1.0.0'
// https://jarcasting.com/artifacts/com.github.jiconfont/jiconfont/
implementation ("com.github.jiconfont:jiconfont:1.0.0")
'com.github.jiconfont:jiconfont:jar:1.0.0'
<dependency org="com.github.jiconfont" name="jiconfont" rev="1.0.0">
<artifact name="jiconfont" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jiconfont', module='jiconfont', version='1.0.0')
)
libraryDependencies += "com.github.jiconfont" % "jiconfont" % "1.0.0"
[com.github.jiconfont/jiconfont "1.0.0"]