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