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