<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.api</artifactId>
<version>2.1.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='org.apache.sling.jcr.api', version='2.1.0')
)