Maven Repository - POM file for Scala rdf_jvm_2.11 0.7.1 0.7.1

Summary

rdf_jvm.

RDF framework for Scala.

Declaration

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

<dependency>
   <groupId>org.w3</groupId>
   <artifactId>rdf_jvm_2.11</artifactId>
   <version>0.7.1</version>
</dependency>

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

License

Name:W3C
URL: http://opensource.org/licenses/W3C.

Depends on

The rdf_jvm_2.11-0.7.1 has 2 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
Scalascala-library 2.11.4
Standard library for the Scala Programming Language
283




POM File Source

Here is the content of the POM file.

<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.w3</groupId>
    <artifactId>rdf_jvm_2.11</artifactId>
    <packaging>jar</packaging>
    <description>RDF framework for Scala</description>
    <version>0.7.1</version>
    <licenses>
        <license>
            <name>W3C</name>
            <url>http://opensource.org/licenses/W3C</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>rdf_jvm</name>
    <inceptionYear>2012</inceptionYear>
    <organization>
        <name>org.w3</name>
    </organization>
    <url>https://github.com/w3c/banana-rdf</url>
    
    <scm>
        <url>git@github.com:w3c/banana-rdf.git</url>
        <connection>scm:git:git@github.com:w3c/banana-rdf.git</connection>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.4</version>
        </dependency>
        <dependency>
            <groupId>org.w3</groupId>
            <artifactId>rdf_common_jvm_2.11</artifactId>
            <version>0.7.1</version>
        </dependency>
    </dependencies>
</project>