Maven Repository - POM file for Library elk-reasoner 0.3.2 0.3.2

Summary

ELK Reasoner.

ELK consequence-based reasoning engine.

Declaration

Here is the list of declaration for elk-reasoner. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.semanticweb.elk</groupId>
   <artifactId>elk-reasoner</artifactId>
   <version>0.3.2</version>
</dependency>

If you think this Maven repository POM file listing for elk-reasoner is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Plugin

The following plugins are used in the elk-reasoner-0.3.2.jar

  1. maven-jar-plugin




Packages

The following packages are defined in the elk-reasoner-0.3.2.jar

org.semanticweb.elk.loading
org.semanticweb.elk.reasoner
org.semanticweb.elk.reasoner.config
org.semanticweb.elk.reasoner.consistency
org.semanticweb.elk.reasoner.indexing
org.semanticweb.elk.reasoner.indexing.entries
org.semanticweb.elk.reasoner.indexing.hierarchy
org.semanticweb.elk.reasoner.indexing.visitors
org.semanticweb.elk.reasoner.reduction
org.semanticweb.elk.reasoner.saturation
org.semanticweb.elk.reasoner.saturation.classes
org.semanticweb.elk.reasoner.saturation.properties
org.semanticweb.elk.reasoner.saturation.rulesystem
org.semanticweb.elk.reasoner.stages
org.semanticweb.elk.reasoner.taxonomy
org.semanticweb.elk.reasoner.taxonomy.hashing
org.semanticweb.elk.reasoner.taxonomy.model




POM File Source

Here is the content of the POM file.

<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>org.semanticweb.elk</groupId>
    <artifactId>elk-parent</artifactId>
    <version>0.3.2</version>
  </parent>

  <artifactId>elk-reasoner</artifactId>
  <packaging>jar</packaging>

  <name>ELK Reasoner</name>
  <description>ELK consequence-based reasoning engine</description>

  <dependencies>
    <dependency>
      <groupId>org.semanticweb.elk</groupId>
      <artifactId>elk-owl-model</artifactId>
      <version>0.3.2</version>
    </dependency>
    <dependency>
      <groupId>org.semanticweb.elk</groupId>
      <artifactId>elk-owl-implementation</artifactId>
      <version>0.3.2</version>
    </dependency>
    <dependency>
      <groupId>org.semanticweb.elk</groupId>
      <artifactId>elk-util-collections</artifactId>
      <version>0.3.2</version>
    </dependency>
    <dependency>
      <groupId>org.semanticweb.elk</groupId>
      <artifactId>elk-util-concurrent</artifactId>
      <version>0.3.2</version>
    </dependency>
    <dependency>
      <groupId>org.semanticweb.elk</groupId>
      <artifactId>elk-util-hashing</artifactId>
      <version>0.3.2</version>
    </dependency>
    <dependency>
      <groupId>org.semanticweb.elk</groupId>
      <artifactId>elk-util-logging</artifactId>
      <version>0.3.2</version>
    </dependency>
    <dependency>
      <groupId>org.semanticweb.elk</groupId>
      <artifactId>elk-util-common</artifactId>
      <version>0.3.2</version>
    </dependency>
    <dependency>
      <groupId>org.semanticweb.elk</groupId>
      <artifactId>elk-util-io</artifactId>
      <version>0.3.2</version>
    </dependency>
    <dependency>
      <groupId>org.semanticweb.elk</groupId>
      <artifactId>elk-util-testing</artifactId>
      <version>0.3.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.semanticweb.elk</groupId>
      <artifactId>elk-owl-parsing-javacc</artifactId>
      <version>0.3.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.semanticweb.elk</groupId>
      <artifactId>elk-util-concurrent</artifactId>
      <version>0.3.2</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <execution>
            <phase>test</phase>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

</project>