m

modeshape-web-cmis

ModeShape Apache Chemistry support library
http://www.modeshape.org
Files download
File Operation
modeshape-web-cmis-5.4.1.Final.jar download
modeshape-web-cmis-5.4.1.Final.pom download
modeshape-web-cmis-5.4.1.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.modeshape</groupId>
  <artifactId>modeshape-web-cmis</artifactId>
  <version>5.4.1.Final</version>
</dependency>
Gradle Groovy
implementation 'org.modeshape:modeshape-web-cmis:5.4.1.Final'
Gradle Kotlin
implementation("org.modeshape:modeshape-web-cmis:5.4.1.Final")
Scala SBT
libraryDependencies += "org.modeshape" % "modeshape-web-cmis" % "5.4.1.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.modeshape', module='modeshape-web-cmis', version='5.4.1.Final')
)
Apache Ivy
<dependency org="org.modeshape" name="modeshape-web-cmis" rev="5.4.1.Final" />
Leiningen
[org.modeshape/modeshape-web-cmis "5.4.1.Final"]
Apache Buildr
'org.modeshape:modeshape-web-cmis:jar:5.4.1.Final'