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