Download vocab-0.2.jar file

Introduction

You can download vocab-0.2.jar in this page.

License

Apache License

Type List

vocab-0.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/eu.fusepool.p3/vocab/pom.properties
META-INF/maven/eu.fusepool.p3/vocab/pom.xml
eu.fusepool.p3.vocab.ELDP.class
eu.fusepool.p3.vocab.FAM.class
eu.fusepool.p3.vocab.FP3.class
eu.fusepool.p3.vocab.TRANSFORMER.class
eu/fusepool/p3/vocab/eldp.ttl
eu/fusepool/p3/vocab/fam.ttl
eu/fusepool/p3/vocab/fp3.ttl
eu/fusepool/p3/vocab/transformer.ttl

Pom

vocab-0.2.pom file content.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--

    Copyright (C) 2014 Bern University of Applied Sciences..

    Licensed 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>
    <parent>
        <groupId>eu.fusepool.p3</groupId>
        <artifactId>p3</artifactId>
        <version>1</version>
        <relativePath />
    </parent>
    <artifactId>vocab</artifactId>
    <version>0.2</version>
    <packaging>bundle</packaging>
    <name>Fusepool P3 Ontologies</name>
    <description>
        Fusepool P3 Ontologies
    </description>
    <scm>
        <url>https://github.com/fusepoolp3/p3-vocab</url>
        <connection>scm:git:https://github.com/fusepoolp3/p3-vocab</connection>
        <developerConnection>scm:git:git@github.com:fusepoolp3/p3-vocab.git</developerConnection>
      <tag>v0.2</tag>
  </scm>
    <dependencies>
        <dependency>
            <groupId>org.apache.clerezza</groupId>
            <artifactId>rdf.core</artifactId>
            <version>0.14</version>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.clerezza</groupId>
                <artifactId>maven-ontologies-plugin</artifactId>
                <executions>
                    <execution>
                        <phase>generate-sources</phase>
                        <configuration>
                            <resourcePath>${basedir}/src/main/resources</resourcePath>
                            <sources>
                                <source>${basedir}/target/generated-sources/main/java</source>
                            </sources>
                        </configuration>
                        <goals>
                            <goal>generate</goal>
                        </goals>
                    </execution>
                </executions>
                <version>0.4</version>
            </plugin>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <extensions>true</extensions>
                <version>2.5.0</version>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>eu.fusepool.p3</groupId>
   <artifactId>vocab</artifactId>
   <version>0.2</version>
</dependency>

Download

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



Download vocab-0.2.jar file




PreviousNext

Related