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