Maven plugin for OWLAPI Simplex

A Maven plugin for generating an user friendly API for OWL Ontologies.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

de.jpdigital
ArtifactId

ArtifactId

owlapi-simplex-maven-plugin
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven plugin for OWLAPI Simplex
A Maven plugin for generating an user friendly API for OWL Ontologies.
Project URL

Project URL

http://maven.apache.org
Project Organization

Project Organization

Jens Pelzetter

Download owlapi-simplex-maven-plugin

How to add to project

<plugin>
    <groupId>de.jpdigital</groupId>
    <artifactId>owlapi-simplex-maven-plugin</artifactId>
    <version>0.1.1</version>
</plugin>

Dependencies

compile (5)

Group / Artifact Type Version
de.jpdigital : owlapi-simplex-core jar 0.1.1
org.apache.maven : maven-artifact jar 3.6.3
org.apache.maven : maven-core jar 3.6.3
org.apache.maven : maven-plugin-api jar 3.6.3
org.codehaus.plexus : plexus-utils jar 3.3.0

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

test (2)

Group / Artifact Type Version
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

owlapi-simplex

The OWL API is the de facto standard way for working with OWL ontologies. If used in software projects using the OWL API often requires a lot a boiler plate code. This project provides

  • A code generator
  • Some utility classes

which make using the OWL API simpler to use. In essence, the code generator automatically generates the boiler plate code from an OWL ontology.

For information how to use owlapi-simplex can be found at https://jpdigital.github.io/owlapi-simples.

This project is an early development state. If you find a bug and miss a feature please open an issue.

Versions

Version
0.1.1
0.1.0