is not current version
Last Version 1.4.3

com.sshtools:icon-generator 1.3

This simple icon generator is intended to be an icon generation library for multiple toolkits. Currently a 3 implementations are available, one for Java2d (AWT/Swing), one for JavaFX and one for SWT, all available as a separate add-on modules.

GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

icon-generator
Version

Version

1.3
Type

Type

pom

Download icon-generator 1.3

Filename Size
icon-generator-1.3.pom 4 KB
Browse

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