GroupId | GroupIdcom.github.jiconfont |
---|---|
ArtifactId | ArtifactIdjiconfont |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
jiconfont-0.10.0.pom | |
jiconfont-0.10.0.jar | 3 KB |
jiconfont-0.10.0-sources.jar | 3 KB |
jiconfont-0.10.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jiconfont/jiconfont/ -->
<dependency>
<groupId>com.github.jiconfont</groupId>
<artifactId>jiconfont</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jiconfont/jiconfont/
implementation 'com.github.jiconfont:jiconfont:0.10.0'
// https://jarcasting.com/artifacts/com.github.jiconfont/jiconfont/
implementation ("com.github.jiconfont:jiconfont:0.10.0")
'com.github.jiconfont:jiconfont:jar:0.10.0'
<dependency org="com.github.jiconfont" name="jiconfont" rev="0.10.0">
<artifact name="jiconfont" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jiconfont', module='jiconfont', version='0.10.0')
)
libraryDependencies += "com.github.jiconfont" % "jiconfont" % "0.10.0"
[com.github.jiconfont/jiconfont "0.10.0"]