Maven Repository - POM file for Development jcr 1.0 1.0

Summary

Content Repository for Java Technology API.

Content Repository for Java technology API. Specifies a standard API to access content repositories in JavaTM 2 independently of implementation..

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>1.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/maven/jsr170/licenses/day-spec-license.htmName:Day Specification License addendum
URL: http://www.day.com/maven/jsr170/jars/LICENSE.txt.

Depended by

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

CategoryArtifactDepended By Count
OSGiorg.apache.sling.commons.osgi 2.0.6
Commons OSGi
15
JEEabdera-jcr 0.4.0-incubating
JCR AtomPub Server implementation Abdera
12
OSGiorg.apache.sling.commons.osgi 2.1.0
Commons OSGi
6

Plugin

The following plugins are used in the jcr-1.0.jar

  1. maven-compiler-plugin

Packages

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

javax.jcr
javax.jcr.lock
javax.jcr.nodetype
javax.jcr.observation
javax.jcr.query
javax.jcr.util
javax.jcr.version




POM File Source

Here is the content of the POM file.

<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>
  <name>Content Repository for Java Technology API</name>
  <version>1.0</version>
  <description>Content Repository for Java technology API.  Specifies a standard API to access content repositories in JavaTM 2 independently of implementation.</description>
  <url>http://www.jcp.org/en/jsr/detail?id=170</url>
  <licenses>
    <license>
      <name>Day Specification License</name>
      <url>http://www.day.com/maven/jsr170/licenses/day-spec-license.htm</url>
    </license>
    <license>
      <name>Day Specification License addendum</name>
      <url>http://www.day.com/maven/jsr170/jars/LICENSE.txt</url>
    </license>
  </licenses>
  <inceptionYear>2004</inceptionYear>
  <organization>
    <name>Day Management AG</name>
    <url>http://www.day.com/</url>
  </organization>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.4</source>
          <target>1.4</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>