GroupId | GroupIdcom.github.s1ck |
---|---|
ArtifactId | ArtifactIdgdl |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
gdl-0.3.pom | |
gdl-0.3.jar | 76 KB |
gdl-0.3-sources.jar | 41 KB |
gdl-0.3-javadoc.jar | 359 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.s1ck/gdl/ -->
<dependency>
<groupId>com.github.s1ck</groupId>
<artifactId>gdl</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.s1ck/gdl/
implementation 'com.github.s1ck:gdl:0.3'
// https://jarcasting.com/artifacts/com.github.s1ck/gdl/
implementation ("com.github.s1ck:gdl:0.3")
'com.github.s1ck:gdl:jar:0.3'
<dependency org="com.github.s1ck" name="gdl" rev="0.3">
<artifact name="gdl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.s1ck', module='gdl', version='0.3')
)
libraryDependencies += "com.github.s1ck" % "gdl" % "0.3"
[com.github.s1ck/gdl "0.3"]