Maven Repository - POM file for Java Library jcr 2.0 2.0

Summary

Content Repository for JavaTM Technology API.

The Content Repository API for JavaTM Technology Version 2.0 is specified by JSR-283. This module contains the complete API as specified..

Declaration

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

<dependency>
   <groupId>javax.jcr</groupId>
   <artifactId>jcr</artifactId>
   <version>2.0</version>
</dependency>

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





License

Name:Day Specification License
URL: http://www.day.com/dam/day/downloads/jsr283/day-spec-license.htmName:Day Specification License addendum
URL: http://www.day.com/content/dam/day/downloads/jsr283/LICENSE.txt.

Depended by

The following table lists the most popular artifacts which are depending on jcr-2.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Testingorg.apache.sling.commons.testing 2.0.12
Tools and utilities for automated testing of Sling modules
15
Testingorg.apache.sling.commons.testing 2.0.6
Tools and utilities for automated testing of Sling modules
13

Packages

The following packages are defined in the jcr-2.0.jar

javax.jcr
javax.jcr.lock
javax.jcr.nodetype
javax.jcr.observation
javax.jcr.query
javax.jcr.query.qom
javax.jcr.retention
javax.jcr.security
javax.jcr.util
javax.jcr.version




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="ISO-8859-1"?>
<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>

    <groupId>javax.jcr</groupId>
    <artifactId>jcr</artifactId>
    <version>2.0</version>

    <name>Content Repository for JavaTM Technology API</name>
    <description>
        The Content Repository API for JavaTM Technology Version 2.0 is specified by JSR-283.
        This module contains the complete API as specified.
    </description>
    <inceptionYear>2009</inceptionYear>
    <organization>
        <name>Day Software</name>
        <url>http://www.day.com</url>
    </organization>

    <url>http://www.jcp.org/en/jsr/detail?id=283</url>

    <licenses>
        <license>
            <name>Day Specification License</name>
            <url>http://www.day.com/dam/day/downloads/jsr283/day-spec-license.htm</url>
        </license>
        <license>
            <name>Day Specification License addendum</name>
            <url>http://www.day.com/content/dam/day/downloads/jsr283/LICENSE.txt</url>
        </license>
    </licenses>

</project>