MVN

com.github.ansell.owlapi : owlapi-parent

Maven & Gradle

Nov 25, 2013

OWLAPI · The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

<dependency>
    <groupId>com.github.ansell.owlapi</groupId>
    <artifactId>owlapi-parent</artifactId>
    <version>3.4.9.2-ansell</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ansell.owlapi : owlapi-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.4.9.2-ansell

All Versions

Choose a version of com.github.ansell.owlapi : owlapi-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.4.x
owlapi-parent-3.4.9.2-ansell
owlapi-parent-3.4.9.1-ansell
owlapi-parent-3.4.6.2-ansell
owlapi-parent-3.4.4.3-ansell
owlapi-parent-3.4.4.2-ansell
owlapi-parent-3.4.4.1-ansell
owlapi-parent-3.4.3.3-ansell
owlapi-parent-3.4.3.2-ansell
owlapi-parent-3.4.3.1-ansell

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.ansell.owlapi</groupId>
    <artifactId>owlapi-parent</artifactId>
    <version>3.4.9.2-ansell</version>
</dependency>