Files download
File Operation
cdc-office-ss-0.27.0.jar download
cdc-office-ss-0.27.0.pom download
cdc-office-ss-0.27.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gitlab.cdc-java.office</groupId>
  <artifactId>cdc-office-ss</artifactId>
  <version>0.27.0</version>
</dependency>
Gradle Groovy
implementation 'com.gitlab.cdc-java.office:cdc-office-ss:0.27.0'
Gradle Kotlin
implementation("com.gitlab.cdc-java.office:cdc-office-ss:0.27.0")
Scala SBT
libraryDependencies += "com.gitlab.cdc-java.office" % "cdc-office-ss" % "0.27.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gitlab.cdc-java.office', module='cdc-office-ss', version='0.27.0')
)
Apache Ivy
<dependency org="com.gitlab.cdc-java.office" name="cdc-office-ss" rev="0.27.0" />
Leiningen
[com.gitlab.cdc-java.office/cdc-office-ss "0.27.0"]
Apache Buildr
'com.gitlab.cdc-java.office:cdc-office-ss:jar:0.27.0'