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