g

gdl

ANTLR Grammar for the definition of extended property graphs.
http://github.com/s1ck/gdl.git
Apache License, Version 2.0
Martin Junghanns
Files download
File Operation
gdl-0.3.6.jar download
gdl-0.3.6.pom download
gdl-0.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.s1ck</groupId>
  <artifactId>gdl</artifactId>
  <version>0.3.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.s1ck:gdl:0.3.6'
Gradle Kotlin
implementation("com.github.s1ck:gdl:0.3.6")
Scala SBT
libraryDependencies += "com.github.s1ck" % "gdl" % "0.3.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.s1ck', module='gdl', version='0.3.6')
)
Apache Ivy
<dependency org="com.github.s1ck" name="gdl" rev="0.3.6" />
Leiningen
[com.github.s1ck/gdl "0.3.6"]
Apache Buildr
'com.github.s1ck:gdl:jar:0.3.6'