c

chemistry-opencmis

Apache Chemistry OpenCMIS is an open source implementation of the OASIS CMIS specification.
http://incubator.apache.org/chemistry/
Apache 2
The Apache Software Foundation
Florian Müller Jens Hübel David Ward Stephan Klevenz Martin Hermes Paul Goetz David Caruana Gabriele Columbro
Files download
File Operation
chemistry-opencmis-0.2.0-incubating.pom download
Apache Maven
<dependency>
  <groupId>org.apache.chemistry.opencmis</groupId>
  <artifactId>chemistry-opencmis</artifactId>
  <version>0.2.0-incubating</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.chemistry.opencmis:chemistry-opencmis:0.2.0-incubating'
Gradle Kotlin
implementation("org.apache.chemistry.opencmis:chemistry-opencmis:0.2.0-incubating")
Scala SBT
libraryDependencies += "org.apache.chemistry.opencmis" % "chemistry-opencmis" % "0.2.0-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.chemistry.opencmis', module='chemistry-opencmis', version='0.2.0-incubating')
)
Apache Ivy
<dependency org="org.apache.chemistry.opencmis" name="chemistry-opencmis" rev="0.2.0-incubating" />
Leiningen
[org.apache.chemistry.opencmis/chemistry-opencmis "0.2.0-incubating"]
Apache Buildr
'org.apache.chemistry.opencmis:chemistry-opencmis:jar:0.2.0-incubating'