License |
License |
---|---|
GroupId | GroupIdcom.github.s1ck |
ArtifactId | ArtifactIdgdl |
Last Version | Last Version0.3.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGDL - Graph Definition Language
ANTLR Grammar for the definition of extended property graphs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gdl-0.3.8.pom | |
gdl-0.3.8.jar | 78 KB |
gdl-0.3.8-sources.jar | 43 KB |
gdl-0.3.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.s1ck/gdl/
implementation 'com.github.s1ck:gdl:0.3.8'
// https://jarcasting.com/artifacts/com.github.s1ck/gdl/
implementation ("com.github.s1ck:gdl:0.3.8")
'com.github.s1ck:gdl:jar:0.3.8'
<dependency org="com.github.s1ck" name="gdl" rev="0.3.8">
<artifact name="gdl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.s1ck', module='gdl', version='0.3.8')
)
libraryDependencies += "com.github.s1ck" % "gdl" % "0.3.8"
[com.github.s1ck/gdl "0.3.8"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |