is not current version
Last Version 1.4.3

com.sshtools:icon-generator-swing 1.4.0

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.4.0
Type

Type

jar

Download icon-generator-swing 1.4.0


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