| GroupId | GroupIdcom.jwebmp.plugins.iconsets | 
|---|---|
| ArtifactId | ArtifactIdjwebmp-glyphicons | 
| Version | Version1.0.13.4-jre12 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.jwebmp.plugins.iconsets/jwebmp-glyphicons/ -->
<dependency>
    <groupId>com.jwebmp.plugins.iconsets</groupId>
    <artifactId>jwebmp-glyphicons</artifactId>
    <version>1.0.13.4-jre12</version>
</dependency>// https://jarcasting.com/artifacts/com.jwebmp.plugins.iconsets/jwebmp-glyphicons/
implementation 'com.jwebmp.plugins.iconsets:jwebmp-glyphicons:1.0.13.4-jre12'// https://jarcasting.com/artifacts/com.jwebmp.plugins.iconsets/jwebmp-glyphicons/
implementation ("com.jwebmp.plugins.iconsets:jwebmp-glyphicons:1.0.13.4-jre12")'com.jwebmp.plugins.iconsets:jwebmp-glyphicons:jar:1.0.13.4-jre12'<dependency org="com.jwebmp.plugins.iconsets" name="jwebmp-glyphicons" rev="1.0.13.4-jre12">
  <artifact name="jwebmp-glyphicons" type="jar" />
</dependency>@Grapes(
@Grab(group='com.jwebmp.plugins.iconsets', module='jwebmp-glyphicons', version='1.0.13.4-jre12')
)libraryDependencies += "com.jwebmp.plugins.iconsets" % "jwebmp-glyphicons" % "1.0.13.4-jre12"[com.jwebmp.plugins.iconsets/jwebmp-glyphicons "1.0.13.4-jre12"]