Download pellet-owlapiv3-2.3.6.jar file

Introduction

You can download pellet-owlapiv3-2.3.6.jar in this page.

License

Open Source

Type List

pellet-owlapiv3-2.3.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.ansell.pellet/pellet-owlapiv3/pom.properties
META-INF/maven/com.github.ansell.pellet/pellet-owlapiv3/pom.xml
META-INF/services/org.semanticweb.owlapi.reasoner.OWLReasonerFactory
com.clarkparsia.owlapiv3.OWL.class
com.clarkparsia.owlapiv3.OntologyUtils.class
com.clarkparsia.owlapiv3.SWRL.class
com.clarkparsia.owlapiv3.XSD.class
com.clarkparsia.pellet.owlapiv3.AxiomConverter.class
com.clarkparsia.pellet.owlapiv3.ConceptConverter.class
com.clarkparsia.pellet.owlapiv3.EntailmentChecker.class
com.clarkparsia.pellet.owlapiv3.EntailmentQueryVisitor.class
com.clarkparsia.pellet.owlapiv3.LimitedMapIRIMapper.class
com.clarkparsia.pellet.owlapiv3.OWLAPILoader.class
com.clarkparsia.pellet.owlapiv3.OWLClassTreePrinter.class
com.clarkparsia.pellet.owlapiv3.PelletLoader.class
com.clarkparsia.pellet.owlapiv3.PelletReasoner.class
com.clarkparsia.pellet.owlapiv3.PelletReasonerFactory.class
com.clarkparsia.pellet.owlapiv3.PelletVisitor.class
com.clarkparsia.pellet.owlapiv3.ProgressAdapter.class
com.clarkparsia.pellet.owlapiv3.Reasoner.class

Pom

pellet-owlapiv3-2.3.6.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>com.github.ansell.pellet</groupId>
        <artifactId>pellet-parent</artifactId>
		<version>2.3.6-ansell</version>
		<relativePath>..</relativePath>
	</parent>
	<artifactId>pellet-owlapiv3</artifactId>
	<name>Pellet :: OWL API V3</name>
	<dependencies>
		<dependency>
			<groupId>com.github.ansell.owlapi</groupId>
			<artifactId>owlapi-api</artifactId>
		</dependency>
		<dependency>
			<groupId>com.github.ansell.owlapi</groupId>
			<artifactId>owlapi-impl</artifactId>
		</dependency>
        <dependency>
            <groupId>com.github.ansell.owlapi</groupId>
            <artifactId>owlapi-parsers</artifactId>
        </dependency>
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>pellet-core</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>pellet-query</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>org.kohsuke.metainf-services</groupId>
			<artifactId>metainf-services</artifactId>
			<version>1.4</version>
		</dependency>
	</dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
    
</project>

POM Entry

<dependency>
   <groupId>com.github.ansell.pellet</groupId>
   <artifactId>pellet-owlapiv3</artifactId>
   <version>2.3.6</version>
</dependency>

Download

If you think the following pellet-owlapiv3-2.3.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download pellet-owlapiv3-2.3.6.jar file




PreviousNext

Related