MVN

edu.stanford.protege : owl-diff

Maven & Gradle

Dec 15, 2015

OWL Difference · Plug-in for the Protege Desktop ontology editor for comparing two OWL ontologies.

<dependency>
    <groupId>edu.stanford.protege</groupId>
    <artifactId>owl-diff</artifactId>
    <version>6.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.stanford.protege : owl-diff to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.2

All Versions

Choose a version of edu.stanford.protege : owl-diff to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
owl-diff-6.0.2
owl-diff-6.0.1
owl-diff-6.0.0

How to add a dependency to Maven

Add the following edu.stanford.protege : owl-diff maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.stanford.protege</groupId>
    <artifactId>owl-diff</artifactId>
    <version>6.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.stanford.protege : owl-diff gradle dependency to your build.gradle file:

implementation 'edu.stanford.protege:owl-diff:6.0.2'

Gradle Kotlin DSL: Add the following edu.stanford.protege : owl-diff gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.stanford.protege:owl-diff:6.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.stanford.protege : owl-diff sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.stanford.protege" % "owl-diff" % "6.0.2"