Jar examples for j:jcr
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 2.0 in this page.
Day Specification License
You can use the following script to add jcr-2.0.jar to your project.
<dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> <version>2.0</version> </dependency>
compile group: 'javax.jcr', name: 'jcr', version: '2.0'
libraryDependencies += "javax.jcr" % "jcr" % "2.0"
<dependency org="javax.jcr" name="jcr" rev="2.0"/>
@Grapes(@Grab(group='javax.jcr', module='jcr', version='2.0'))
'javax.jcr:jcr:jar:2.0'
Click the following link to download the jar file.
jcr-2.0-javadoc.jar