m

mapping-parser

The mapping parser is a parser for the mapping format developped by the INRIA Boreal Team This is to use a json document to describe how to integrate heterogeneous datasources. This work have been done during the developement of the InteGraal software
https://gitlab.inria.fr/rules/mapping-parser
Apache License Version 2.0
Florent Tornil
Files download
File Operation
mapping-parser-0.1.4.jar download
mapping-parser-0.1.4.pom download
mapping-parser-0.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.lirmm.graphik</groupId>
  <artifactId>mapping-parser</artifactId>
  <version>0.1.4</version>
</dependency>
Gradle Groovy
implementation 'fr.lirmm.graphik:mapping-parser:0.1.4'
Gradle Kotlin
implementation("fr.lirmm.graphik:mapping-parser:0.1.4")
Scala SBT
libraryDependencies += "fr.lirmm.graphik" % "mapping-parser" % "0.1.4"
Groovy Grape
@Grapes(
  @Grab(group='fr.lirmm.graphik', module='mapping-parser', version='0.1.4')
)
Apache Ivy
<dependency org="fr.lirmm.graphik" name="mapping-parser" rev="0.1.4" />
Leiningen
[fr.lirmm.graphik/mapping-parser "0.1.4"]
Apache Buildr
'fr.lirmm.graphik:mapping-parser:jar:0.1.4'