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