<dependency> <groupId>com.github.s1ck</groupId> <artifactId>gdl</artifactId> <version>0.3.5</version> </dependency>
implementation 'com.github.s1ck:gdl:0.3.5'
implementation("com.github.s1ck:gdl:0.3.5")
libraryDependencies += "com.github.s1ck" % "gdl" % "0.3.5"
@Grapes( @Grab(group='com.github.s1ck', module='gdl', version='0.3.5') )
<dependency org="com.github.s1ck" name="gdl" rev="0.3.5" />
[com.github.s1ck/gdl "0.3.5"]
'com.github.s1ck:gdl:jar:0.3.5'
compile
|-- org.antlr:antlr4-runtime:4.5
test
|-- junit:junit:4.12