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