не последняя версия
Последняя версия 1.4.3

com.sshtools:icon-generator-swt 1.1.2

This extension to icon-generator will generate SWT icons. Simply add it to your classpath and a new generator will be available for org.eclipse.swt.graphics.Image objects. See README.md

Группа

Группа

com.sshtools
Идентификатор

Идентификатор

icon-generator-swt
Версия

Версия

1.1.2
Тип

Тип

jar

Скачать icon-generator-swt 1.1.2


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