m

matching-parent

MELT is a helpful maven framework for developing, tuning, evaluating, and packaging ontology matching systems. It is optimized to be used in OAEI campaigns and allows to submit matchers to the SEALS and HOBBIT evaluation platform easily. MELT can also be used for non OAEI-related matching tasks and evaluation.
http://melt.dws.informatik.uni-mannheim.de
MIT License
Sven Hertling Jan Portisch
Files download
File Operation
matching-parent-3.0.pom download
Apache Maven
<dependency>
  <groupId>de.uni-mannheim.informatik.dws.melt</groupId>
  <artifactId>matching-parent</artifactId>
  <version>3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.uni-mannheim.informatik.dws.melt:matching-parent:3.0'
Gradle Kotlin
implementation("de.uni-mannheim.informatik.dws.melt:matching-parent:3.0")
Scala SBT
libraryDependencies += "de.uni-mannheim.informatik.dws.melt" % "matching-parent" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='de.uni-mannheim.informatik.dws.melt', module='matching-parent', version='3.0')
)
Apache Ivy
<dependency org="de.uni-mannheim.informatik.dws.melt" name="matching-parent" rev="3.0" />
Leiningen
[de.uni-mannheim.informatik.dws.melt/matching-parent "3.0"]
Apache Buildr
'de.uni-mannheim.informatik.dws.melt:matching-parent:jar:3.0'