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