| GroupId | GroupIdcom.github.piltt |
|---|---|
| ArtifactId | ArtifactIdsilky_2.10 |
| Version | Version1.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| silky_2.10-1.0.6.pom | |
| silky_2.10-1.0.6.jar | 25 KB |
| silky_2.10-1.0.6-sources.jar | 3 KB |
| silky_2.10-1.0.6-javadoc.jar | 371 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.piltt/silky_2.10/ -->
<dependency>
<groupId>com.github.piltt</groupId>
<artifactId>silky_2.10</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piltt/silky_2.10/
implementation 'com.github.piltt:silky_2.10:1.0.6'
// https://jarcasting.com/artifacts/com.github.piltt/silky_2.10/
implementation ("com.github.piltt:silky_2.10:1.0.6")
'com.github.piltt:silky_2.10:jar:1.0.6'
<dependency org="com.github.piltt" name="silky_2.10" rev="1.0.6">
<artifact name="silky_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piltt', module='silky_2.10', version='1.0.6')
)
libraryDependencies += "com.github.piltt" % "silky_2.10" % "1.0.6"
[com.github.piltt/silky_2.10 "1.0.6"]