Download owl-diff-engine-3.0.0.jar file - Jar o

Jar examples for o:owl-diff-engine

Description

Engine for calculating differences between two OWL ontologies. Used by the OWL Difference plug-in for the Protege Desktop ontology editor.

You can download jar file owl-diff-engine 3.0.0 in this page.

Build File

You can use the following script to add owl-diff-engine-3.0.0.jar to your project.

<dependency>
   <groupId>edu.stanford.protege</groupId>
   <artifactId>owl-diff-engine</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'edu.stanford.protege', name: 'owl-diff-engine', version: '3.0.0'
libraryDependencies += "edu.stanford.protege" % "owl-diff-engine" % "3.0.0"
<dependency org="edu.stanford.protege" name="owl-diff-engine" rev="3.0.0"/>
@Grapes(@Grab(group='edu.stanford.protege', module='owl-diff-engine', version='3.0.0'))
'edu.stanford.protege:owl-diff-engine:jar:3.0.0'

Download

Click the following link to download the jar file.

owl-diff-engine-3.0.0-javadoc.jar
owl-diff-engine-3.0.0-sources.jar
owl-diff-engine-3.0.0.jar
owl-diff-engine-3.0.0.pom



Related Tutorials