Maven Repository - POM file for Database jena-sdb 1.3.6 1.3.6

Summary

Apache Jena - SDB (SQL based triple store).

SDB is a persistence layer for use with Apache Jena that uses an SQL database to store triples/quads..

Declaration

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

<dependency>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-sdb</artifactId>
   <version>1.3.6</version>
</dependency>

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

License

Apache License.





Depends on

The jena-sdb-1.3.6 has 6 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
RDFjena-core 2.10.1
Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.
7
RDFjena-core 2.10.1
Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.
7
JDBCderby 10.9.1.0
Contains the core Apache Derby database engine, which also includes the embedded JDBC driver.
31

Plugin

The following plugins are used in the jena-sdb-1.3.6.jar

  1. maven-assembly-plugin
  2. maven-compiler-plugin
  3. maven-dependency-plugin
  4. maven-javadoc-plugin
  5. maven-resources-plugin
  6. maven-source-plugin
  7. maven-surefire-plugin




Packages

The following packages are defined in the jena-sdb-1.3.6.jar

com.hp.hpl.jena.sdb
com.hp.hpl.jena.sdb.assembler
com.hp.hpl.jena.sdb.compiler
com.hp.hpl.jena.sdb.compiler.rewrite
com.hp.hpl.jena.sdb.core
com.hp.hpl.jena.sdb.core.sqlexpr
com.hp.hpl.jena.sdb.core.sqlnode
com.hp.hpl.jena.sdb.engine
com.hp.hpl.jena.sdb.exprmatch
com.hp.hpl.jena.sdb.graph
com.hp.hpl.jena.sdb.layout1
com.hp.hpl.jena.sdb.layout2
com.hp.hpl.jena.sdb.layout2.expr
com.hp.hpl.jena.sdb.layout2.hash
com.hp.hpl.jena.sdb.layout2.index
com.hp.hpl.jena.sdb.modify
com.hp.hpl.jena.sdb.print
com.hp.hpl.jena.sdb.script
com.hp.hpl.jena.sdb.shared
com.hp.hpl.jena.sdb.sql
com.hp.hpl.jena.sdb.store
com.hp.hpl.jena.sdb.util
sdb
sdb.cmd




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="utf-8"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->

<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.jena</groupId>
  <artifactId>jena-sdb</artifactId>
  <packaging>jar</packaging>
  <name>Apache Jena - SDB (SQL based triple store)</name>
  <version>1.3.6</version>

  <parent>
    <groupId>org.apache.jena</groupId>
    <artifactId>jena-parent</artifactId>
    <!-- Use a released parent POM -->
    <version>6</version>
    <relativePath />
  </parent> 

  <description>SDB is a persistence layer for use with Apache Jena that uses an SQL database to store triples/quads.</description>

  <scm>
    <connection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-sdb-1.3.6</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/tags/jena-sdb-1.3.6</developerConnection>
    <url>http://svn.apache.org/viewvc/jena/tags/jena-sdb-1.3.6</url>
  </scm>

  <properties>
    <this.root>${project.artifactId}-${project.version}</this.root>
    <ver.jena>2.10.1</ver.jena>
    <ver.arq>${ver.jena}</ver.arq>
    <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
    <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
  </properties>

  <dependencies>
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-core</artifactId>
      <version>${ver.jena}</version>
    </dependency>

    <!-- Need the tests as well -->
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-core</artifactId>
      <classifier>tests</classifier>
      <version>${ver.jena}</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-arq</artifactId>
      <version>${ver.arq}</version>
    </dependency>

    <!-- Need the tests as well -->
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-arq</artifactId>
      <version>${ver.arq}</version>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>${ver.junit}</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>${ver.slf4j}</version>
    </dependency>

    <dependency>
      <groupId>org.hsqldb</groupId>
      <artifactId>hsqldb</artifactId>
      <version>1.8.0.10</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.apache.derby</groupId>
      <artifactId>derby</artifactId>
      <version>10.9.1.0</version>
      <scope>test</scope>
    </dependency>

    <!-- Choose your logging provider -->
    <!--
      <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>1.6.4</version>
      </dependency>

      <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.16</version>
      </dependency>
    -->
  </dependencies>

  <build>
    <resources>
      <resource>
        <targetPath>com/hp/hpl/jena/sdb/</targetPath>
        <filtering>true</filtering>
        <directory>src/main/resources</directory>
      </resource>
    </resources>

    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.3.2</version>
        <configuration>
          <encoding>UTF-8</encoding>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.9</version>
        <configuration>
          <includes>
            <!-- Requires HSQL and Apache Derbey to be set in 
                 store-list.ttl and store-list-simple.ttl
            -->
            <include>com/hp/hpl/jena/sdb/test/SDBTestAll.java</include>
          </includes>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.1.2</version>
        <executions> 
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.8</version>
        <executions>
          <execution>
            <id>attach-javadocs</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <version>true</version>
          <show>public</show>
          <quiet>true</quiet>
          <encoding>UTF-8</encoding>
          <windowtitle>${project.name}</windowtitle>
          <doctitle>${project.name}</doctitle>
          <bottom>Licenced under the Apache License, Version 2.0</bottom>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-assembly-plugin</artifactId>
  <configuration>
    <tarLongFileMode>gnu</tarLongFileMode>    
  </configuration>
        <executions>
          <execution>
            <id>create-distribution</id>
            <phase>package</phase>
            <goals><goal>single</goal></goals>
      <configuration>
        <descriptors>
    <descriptor>assembly.xml</descriptor>
        </descriptors>
        <tarLongFileFormat>gnu</tarLongFileFormat>
      </configuration>
          </execution>
        </executions>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-resources-plugin</artifactId>
        <version>2.5</version>
        <configuration>
          <encoding>UTF-8</encoding>
        </configuration>
      </plugin>
      
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-dependency-plugin</artifactId>
        <configuration>
          <overWriteReleases>false</overWriteReleases>
          <overWriteSnapshots>false</overWriteSnapshots>
          <overWriteIfNewer>true</overWriteIfNewer>
        </configuration>
      </plugin>

    </plugins>

  </build>

</project>