Maven Repository - POM file for RDF rdf2go.impl.jena24 4.7.2 4.7.2

Summary

rdf2go.impl.jena24.

An implementation of the RDF2Go API which delegates to Jena 2.4.

Declaration

Here is the list of declaration for rdf2go.impl.jena24. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.semweb4j</groupId>
   <artifactId>rdf2go.impl.jena24</artifactId>
   <version>4.7.2</version>
</dependency>

If you think this Maven repository POM file listing for rdf2go.impl.jena24 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 rdf2go.impl.jena24-4.7.2.jar

  1. maven-jar-plugin




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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.semweb4j</groupId>
    <artifactId>parent</artifactId>
    <version>2009.07.231</version>
  </parent>

  <groupId>org.semweb4j</groupId>
  <artifactId>rdf2go.impl.jena24</artifactId>
  <version>4.7.2</version>
  <name>rdf2go.impl.jena24</name>
  <description>
    An implementation of the RDF2Go API which delegates to Jena 2.4
  </description>

  

  <contributors>
    <contributor>
      <name>Keith Garry Boyce</name>
    </contributor>
  </contributors>

  <issueManagement>
    <system>JIRA</system>
    <url>http://issues.semweb4j.org/browse/RTGO</url>
  </issueManagement>

  <dependencies>
    <dependency>
      <groupId>org.semweb4j</groupId>
      <artifactId>rdf2go.api</artifactId>
      <!--  require any version >= 4.6 -->
      <version>4.7.2</version>
    </dependency>

    <dependency>
      <groupId>org.semweb4j</groupId>
      <artifactId>rdf2go.impl.base.test</artifactId>
      <!--  require any version >= 4.6 -->
      <version>4.7.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse</groupId>
      <artifactId>osgi</artifactId>
      <version>3.2.1.R32</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <!--
        mvn install:install-file -Dfile=jena.jar
        -DgroupId=net.sourceforge.jena -DartifactId=jena -Dversion=2.4
        -Dpackaging=jar mvn install:install-file
        -DgroupId=net.sourceforge.jena -DartifactId=arq -Dversion=2.4
        -Dpackaging=jar -Dfile=/path/to/file mvn install:install-file
        -DgroupId=icu4j -DartifactId=icu4j -Dversion=3.4 -Dpackaging=jar
        -Dfile=/path/to/file mvn install:install-file
        -DgroupId=net.sourceforge.jena -DartifactId=iri -Dversion=2.4
        -Dpackaging=jar -Dfile=/path/to/file
      -->
      <groupId>net.sourceforge.jena</groupId>
      <artifactId>jena</artifactId>
      <version>2.4</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
      <version>2.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>

    <!-- OSGi -->

    <!-- logging dependencies -->

    <!-- testing dependencies -->

  </dependencies>

  <!--
    for OSGi preparation we have to slightly change the final name of the
    project-jar
  -->
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <finalName>${pom.groupId}.${project.build.finalName}</finalName>
        </configuration>
      </plugin>
    </plugins>
  </build>


  <!-- to avoid folded site uris -->
  <distributionManagement>
    <site>
      <id>semweb4j-site</id>
      <name>semweb4j.org site server</name>
      <url>scp://${semweb4j.site}/${artifactId}</url>
    </site>
  </distributionManagement>

  <!-- to find the parent -->
  <repositories>
    <repository>
      <id>semweb4j-repo</id>
      <name>Semweb4j.org maven repo</name>
      <url>http://semweb4j.org/repo/</url>
      <releases>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
        <checksumPolicy>fail</checksumPolicy>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
  </repositories>


  <scm>
    <connection>scm:svn:http://semweb4j.googlecode.com/svn/tags/rdf2go.impl.jena24-4.7.2</connection>
    <developerConnection>scm:svn:https://semweb4j.googlecode.com/svn/tags/rdf2go.impl.jena24-4.7.2</developerConnection>
    <url>http://semweb4j.googlecode.com/svn/{$svn.name}/tags/rdf2go.impl.jena24-4.7.2</url>
  </scm>
</project>