| License |
License |
|---|---|
| GroupId | GroupIdorg.xcmis |
| ArtifactId | ArtifactIdxcmis-docs |
| Last Version | Last Version1.1.0-GA |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionxCMIS documentation
An extensible implementation of OASIS's Content Management Interoperability Services (CMIS)
specification.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xcmis-docs-1.1.0-GA.pom | 928 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xcmis/xcmis-docs/ -->
<dependency>
<groupId>org.xcmis</groupId>
<artifactId>xcmis-docs</artifactId>
<version>1.1.0-GA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xcmis/xcmis-docs/
implementation 'org.xcmis:xcmis-docs:1.1.0-GA'
// https://jarcasting.com/artifacts/org.xcmis/xcmis-docs/
implementation ("org.xcmis:xcmis-docs:1.1.0-GA")
'org.xcmis:xcmis-docs:pom:1.1.0-GA'
<dependency org="org.xcmis" name="xcmis-docs" rev="1.1.0-GA">
<artifact name="xcmis-docs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xcmis', module='xcmis-docs', version='1.1.0-GA')
)
libraryDependencies += "org.xcmis" % "xcmis-docs" % "1.1.0-GA"
[org.xcmis/xcmis-docs "1.1.0-GA"]