GroupId | GroupIdcom.sshtools |
---|---|
ArtifactId | ArtifactIdicon-generator |
Version | Version1.3 |
Type | Typepom |
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"]