MVN

cn.javaex : office

Maven & Gradle

Jul 01, 2021
0 stars

office · Word,Excel,Pdf tools

<dependency>
    <groupId>cn.javaex</groupId>
    <artifactId>office</artifactId>
    <version>3.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.javaex : office to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.2

All Versions

Choose a version of cn.javaex : office to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
office-3.1.2
3.0.x
office-3.0.3
office-3.0.0
2.0.x
office-2.0.0
1.0.x
office-1.0.0

How to add a dependency to Maven

Add the following cn.javaex : office maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.javaex</groupId>
    <artifactId>office</artifactId>
    <version>3.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.javaex : office gradle dependency to your build.gradle file:

implementation 'cn.javaex:office:3.1.2'

Gradle Kotlin DSL: Add the following cn.javaex : office gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.javaex:office:3.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.javaex : office sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.javaex" % "office" % "3.1.2"

Advertisement