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