Download dlgp2-parser-2.1.1.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 2.1.1 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-2.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials