Download semargl-rdfa-0.6.1.jar file

Introduction

You can download semargl-rdfa-0.6.1.jar in this page.

License

Open Source

Type List

semargl-rdfa-0.6.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.semarglproject/semargl-rdfa/pom.properties
META-INF/maven/org.semarglproject/semargl-rdfa/pom.xml
org.semarglproject.rdf.rdfa.DocumentContext.class
org.semarglproject.rdf.rdfa.EvalContext.class
org.semarglproject.rdf.rdfa.RdfaParser.class
org.semarglproject.rdf.rdfa.VocabManager.class
org.semarglproject.rdf.rdfa.Vocabulary.class
org.semarglproject.vocab.OWL.class
org.semarglproject.vocab.RDFa.class

Pom

semargl-rdfa-0.6.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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.semarglproject</groupId>
        <artifactId>semargl-parent</artifactId>
        <version>0.6.1</version>
    </parent>

    <artifactId>semargl-rdfa</artifactId>
    <packaging>jar</packaging>

    <name>Semargl: RDFa</name>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>${version.surefire.plugin}</version>
                <configuration>
                    <suiteXmlFiles>
                        <suiteXmlFile>testng.xml</suiteXmlFile>
                    </suiteXmlFiles>
                </configuration>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>${version.jar.plugin}</version>
                <executions>
                    <execution>
                        <phase>prepare-package</phase>
                        <goals>
                            <goal>test-jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

            <!-- Skip checkstyle execution for module -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
                <configuration>
                    <skip>true</skip>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <dependencies>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>semargl-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>semargl-rdf</artifactId>
            <version>${project.version}</version>
        </dependency>

        <!--Testing-->

        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <scope>test</scope>
        </dependency>

        <!-- Sesame -->
        <dependency>
            <groupId>org.openrdf.sesame</groupId>
            <artifactId>sesame-rio-rdfxml</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.openrdf.sesame</groupId>
            <artifactId>sesame-rio-turtle</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.openrdf.sesame</groupId>
            <artifactId>sesame-sail-memory</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.openrdf.sesame</groupId>
            <artifactId>sesame-repository-sail</artifactId>
            <scope>test</scope>
        </dependency>

        <!-- Semargl -->
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>semargl-core</artifactId>
            <version>${project.version}</version>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>

    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.semarglproject</groupId>
   <artifactId>semargl-rdfa</artifactId>
   <version>0.6.1</version>
</dependency>

Download

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



Download semargl-rdfa-0.6.1.jar file




PreviousNext

Related