m

matching-owlapi

This module contains OWL-API-based classes related to matcher development as well as additional services such as caching of source and target ontologies.
文件下载
文件名 操作
matching-owlapi-3.3.jar 下载
matching-owlapi-3.3.pom 下载
matching-owlapi-3.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.uni-mannheim.informatik.dws.melt</groupId>
  <artifactId>matching-owlapi</artifactId>
  <version>3.3</version>
</dependency>
Gradle Groovy
implementation 'de.uni-mannheim.informatik.dws.melt:matching-owlapi:3.3'
Gradle Kotlin
implementation("de.uni-mannheim.informatik.dws.melt:matching-owlapi:3.3")
Scala SBT
libraryDependencies += "de.uni-mannheim.informatik.dws.melt" % "matching-owlapi" % "3.3"
Groovy Grape
@Grapes(
  @Grab(group='de.uni-mannheim.informatik.dws.melt', module='matching-owlapi', version='3.3')
)
Apache Ivy
<dependency org="de.uni-mannheim.informatik.dws.melt" name="matching-owlapi" rev="3.3" />
Leiningen
[de.uni-mannheim.informatik.dws.melt/matching-owlapi "3.3"]
Apache Buildr
'de.uni-mannheim.informatik.dws.melt:matching-owlapi:jar:3.3'