is not current version
Last Version 1.4.3

com.sshtools:icon-generator-swing 1.3

This extension to icon-generator will generate Swing icons. Simply add it to your classpath and a new generator will be available for javax.swing.Icon objects, java.awt.Image (or java.awt.image.BufferImage) objects. See README.md

GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

icon-generator-swing
Version

Version

1.3
Type

Type

jar

Download icon-generator-swing 1.3


<!-- https://jarcasting.com/artifacts/com.sshtools/icon-generator-swing/ -->
<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>icon-generator-swing</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/icon-generator-swing/
implementation 'com.sshtools:icon-generator-swing:1.3'
// https://jarcasting.com/artifacts/com.sshtools/icon-generator-swing/
implementation ("com.sshtools:icon-generator-swing:1.3")
'com.sshtools:icon-generator-swing:jar:1.3'
<dependency org="com.sshtools" name="icon-generator-swing" rev="1.3">
  <artifact name="icon-generator-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='icon-generator-swing', version='1.3')
)
libraryDependencies += "com.sshtools" % "icon-generator-swing" % "1.3"
[com.sshtools/icon-generator-swing "1.3"]