Download dlgp2-parser-1.0.0.jar file - Jar d

Jar examples for d:dlgp2-parser

Description

A low level parser for Dlgp2 format (Datalog+)

You can download jar file dlgp2-parser 1.0.0 in this page.

License

GNU General Lesser Public License (LGPL) version 3.0

Build File

You can use the following script to add dlgp2-parser-1.0.0.jar to your project.

<dependency>
   <groupId>fr.lirmm.graphik</groupId>
   <artifactId>dlgp2-parser</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'fr.lirmm.graphik', name: 'dlgp2-parser', version: '1.0.0'
libraryDependencies += "fr.lirmm.graphik" % "dlgp2-parser" % "1.0.0"
<dependency org="fr.lirmm.graphik" name="dlgp2-parser" rev="1.0.0"/>
@Grapes(@Grab(group='fr.lirmm.graphik', module='dlgp2-parser', version='1.0.0'))
'fr.lirmm.graphik:dlgp2-parser:jar:1.0.0'

Download

Click the following link to download the jar file.

dlgp2-parser-1.0.0-javadoc.jar
dlgp2-parser-1.0.0-sources.jar
dlgp2-parser-1.0.0.jar
dlgp2-parser-1.0.0.pom



Related Tutorials