Download jcr-1.0.jar file - Jar j

Jar examples for j:jcr

Description

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

You can download jar file jcr 1.0 in this page.

License

Day Specification License

Build File

You can use the following script to add jcr-1.0.jar to your project.

<dependency>
   <groupId>javax.jcr</groupId>
   <artifactId>jcr</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'javax.jcr', name: 'jcr', version: '1.0'
libraryDependencies += "javax.jcr" % "jcr" % "1.0"
<dependency org="javax.jcr" name="jcr" rev="1.0"/>
@Grapes(@Grab(group='javax.jcr', module='jcr', version='1.0'))
'javax.jcr:jcr:jar:1.0'

Download

Click the following link to download the jar file.

jcr-1.0-javadoc.jar
jcr-1.0-sources.jar
jcr-1.0.jar
jcr-1.0.pom



Related Tutorials