<dependency>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis-commons-api</artifactId>
<version>0.10.0</version>
</dependency>
libraryDependencies += "org.apache.chemistry.opencmis" % "chemistry-opencmis-commons-api" % "0.10.0"
@Grapes(
@Grab(group='org.apache.chemistry.opencmis', module='chemistry-opencmis-commons-api', version='0.10.0')
)
<dependency org="org.apache.chemistry.opencmis" name="chemistry-opencmis-commons-api" rev="0.10.0" />