GroupId | GroupIdcom.sshtools |
---|---|
ArtifactId | ArtifactIdicon-generator |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
icon-generator-1.0.1.pom | |
icon-generator-1.0.1.jar | 159 KB |
icon-generator-1.0.1-sources.jar | 119 KB |
icon-generator-1.0.1-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/icon-generator/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>icon-generator</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/icon-generator/
implementation 'com.sshtools:icon-generator:1.0.1'
// https://jarcasting.com/artifacts/com.sshtools/icon-generator/
implementation ("com.sshtools:icon-generator:1.0.1")
'com.sshtools:icon-generator:jar:1.0.1'
<dependency org="com.sshtools" name="icon-generator" rev="1.0.1">
<artifact name="icon-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='icon-generator', version='1.0.1')
)
libraryDependencies += "com.sshtools" % "icon-generator" % "1.0.1"
[com.sshtools/icon-generator "1.0.1"]