GroupId | GroupIdcom.github.tix320 |
---|---|
ArtifactId | ArtifactIdskimp |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
skimp-0.1.1.pom | |
skimp-0.1.1.jar | 27 KB |
skimp-0.1.1-sources.jar | 16 KB |
skimp-0.1.1-javadoc.jar | 533 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tix320/skimp/ -->
<dependency>
<groupId>com.github.tix320</groupId>
<artifactId>skimp</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tix320/skimp/
implementation 'com.github.tix320:skimp:0.1.1'
// https://jarcasting.com/artifacts/com.github.tix320/skimp/
implementation ("com.github.tix320:skimp:0.1.1")
'com.github.tix320:skimp:jar:0.1.1'
<dependency org="com.github.tix320" name="skimp" rev="0.1.1">
<artifact name="skimp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tix320', module='skimp', version='0.1.1')
)
libraryDependencies += "com.github.tix320" % "skimp" % "0.1.1"
[com.github.tix320/skimp "0.1.1"]