Download ldpath-backend-linkeddata-3.3.0.jar file

Introduction

You can download ldpath-backend-linkeddata-3.3.0.jar in this page.

License

Apache License

Type List

ldpath-backend-linkeddata-3.3.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.marmotta/ldpath-backend-linkeddata/pom.properties
META-INF/maven/org.apache.marmotta/ldpath-backend-linkeddata/pom.xml
org.apache.marmotta.ldpath.backend.linkeddata.LDCacheBackend.class

Pom

ldpath-backend-linkeddata-3.3.0.pom file content.

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

    <parent>
        <groupId>org.apache.marmotta</groupId>
        <artifactId>marmotta-parent</artifactId>
        <version>3.3.0</version>
        <relativePath>../../../parent</relativePath>
    </parent>

    <name>LDPath Backend: Linked Data</name>
    <artifactId>ldpath-backend-linkeddata</artifactId>
    <packaging>bundle</packaging>

    <build>
        <pluginManagement>
            <plugins>
                <plugin> <!-- generate JRebel Configuration -->
                    <groupId>org.zeroturnaround</groupId>
                    <artifactId>jrebel-maven-plugin</artifactId>
                    <executions>
                        <execution>
                            <id>generate-rebel-xml</id>
                            <phase>process-resources</phase>
                            <goals>
                                <goal>generate</goal>
                            </goals>
                        </execution>
                    </executions>
                    <configuration>
                        <relativePath>../../../</relativePath>
                        <rootPath>$${rebel.root}</rootPath>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
        <plugins>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Bundle-Category>Apache Marmotta LDPath</Bundle-Category>
                        <Bundle-DocURL>http://wiki.apache.org/marmotta/LDPath</Bundle-DocURL>
                        <_versionpolicy>$${version;===;${@}}</_versionpolicy>
                        <Import-Package>
                            org.slf4j.*;version="[1.6,2)",
                            ch.qos.logback.classic;resolution:=optional,
                            *
                        </Import-Package>
                        <Export-Package>
                            org.apache.marmotta.ldpath.backend.linkeddata;version=${project.version}
                        </Export-Package>
                    </instructions>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <dependencies>
        <dependency>
            <groupId>org.apache.marmotta</groupId>
            <artifactId>ldpath-api</artifactId>
        </dependency>

        <!-- LDCache Generic Sail and File Backend -->
        <dependency>
            <groupId>org.apache.marmotta</groupId>
            <artifactId>ldcache-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.marmotta</groupId>
            <artifactId>ldcache-backend-infinispan</artifactId>
        </dependency>

        <!-- Sesame Model and Parsers -->
        <dependency>
            <groupId>org.openrdf.sesame</groupId>
            <artifactId>sesame-model</artifactId>
        </dependency>

        <!-- Testing -->
        <dependency>
            <artifactId>junit</artifactId>
            <groupId>junit</groupId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <artifactId>hamcrest-core</artifactId>
            <groupId>org.hamcrest</groupId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <artifactId>hamcrest-library</artifactId>
            <groupId>org.hamcrest</groupId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.marmotta</groupId>
            <artifactId>ldpath-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.marmotta</groupId>
            <artifactId>ldcache-core</artifactId>
            <version>${project.version}</version>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.apache.marmotta</groupId>
   <artifactId>ldpath-backend-linkeddata</artifactId>
   <version>3.3.0</version>
</dependency>

Download

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



Download ldpath-backend-linkeddata-3.3.0.jar file




PreviousNext

Related