m

matching-jena-matchers

Contains modularized (jena-based) matchers that can be used to quickly assemble matching systems.
Files download
File Operation
matching-jena-matchers-2.6.jar download
matching-jena-matchers-2.6.pom download
matching-jena-matchers-2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>de.uni-mannheim.informatik.dws.melt</groupId>
  <artifactId>matching-jena-matchers</artifactId>
  <version>2.6</version>
</dependency>
Gradle Groovy
implementation 'de.uni-mannheim.informatik.dws.melt:matching-jena-matchers:2.6'
Gradle Kotlin
implementation("de.uni-mannheim.informatik.dws.melt:matching-jena-matchers:2.6")
Scala SBT
libraryDependencies += "de.uni-mannheim.informatik.dws.melt" % "matching-jena-matchers" % "2.6"
Groovy Grape
@Grapes(
  @Grab(group='de.uni-mannheim.informatik.dws.melt', module='matching-jena-matchers', version='2.6')
)
Apache Ivy
<dependency org="de.uni-mannheim.informatik.dws.melt" name="matching-jena-matchers" rev="2.6" />
Leiningen
[de.uni-mannheim.informatik.dws.melt/matching-jena-matchers "2.6"]
Apache Buildr
'de.uni-mannheim.informatik.dws.melt:matching-jena-matchers:jar:2.6'