MVN

com.github.shi-tou-ren : eo

Maven & Gradle

Aug 12, 2019
4 stars

ExcelObject · 基于POI实现的 对Excel文件持续更新的工具

<dependency>
    <groupId>com.github.shi-tou-ren</groupId>
    <artifactId>eo</artifactId>
    <version>1.1.t</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shi-tou-ren : eo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.t

All Versions

Choose a version of com.github.shi-tou-ren : eo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
eo-1.1.t
1.0.x
eo-1.0.t

How to add a dependency to Maven

Add the following com.github.shi-tou-ren : eo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.shi-tou-ren</groupId>
    <artifactId>eo</artifactId>
    <version>1.1.t</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shi-tou-ren : eo gradle dependency to your build.gradle file:

implementation 'com.github.shi-tou-ren:eo:1.1.t'

Gradle Kotlin DSL: Add the following com.github.shi-tou-ren : eo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shi-tou-ren:eo:1.1.t")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shi-tou-ren : eo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shi-tou-ren" % "eo" % "1.1.t"