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