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