License |
License |
---|---|
GroupId | GroupIdcom.sshtools |
ArtifactId | ArtifactIdicon-generator |
Version | Version1.4.3 |
Type | Typepom |
Description |
DescriptionA simple icon generator
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
icon-generator-1.4.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/icon-generator/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>icon-generator</artifactId>
<version>1.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/icon-generator/
implementation 'com.sshtools:icon-generator:1.4.3'
// https://jarcasting.com/artifacts/com.sshtools/icon-generator/
implementation ("com.sshtools:icon-generator:1.4.3")
'com.sshtools:icon-generator:pom:1.4.3'
<dependency org="com.sshtools" name="icon-generator" rev="1.4.3">
<artifact name="icon-generator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='icon-generator', version='1.4.3')
)
libraryDependencies += "com.sshtools" % "icon-generator" % "1.4.3"
[com.sshtools/icon-generator "1.4.3"]