a

apache-poi

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
文件下载
文件名 操作
apache-poi-1.1.1.2-jre15.jar 下载
apache-poi-1.1.1.2-jre15.pom 下载
apache-poi-1.1.1.2-jre15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>apache-poi</artifactId>
  <version>1.1.1.2-jre15</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:apache-poi:1.1.1.2-jre15'
Gradle Kotlin
implementation("com.guicedee.services:apache-poi:1.1.1.2-jre15")
Scala SBT
libraryDependencies += "com.guicedee.services" % "apache-poi" % "1.1.1.2-jre15"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='apache-poi', version='1.1.1.2-jre15')
)
Apache Ivy
<dependency org="com.guicedee.services" name="apache-poi" rev="1.1.1.2-jre15" />
Leiningen
[com.guicedee.services/apache-poi "1.1.1.2-jre15"]
Apache Buildr
'com.guicedee.services:apache-poi:jar:1.1.1.2-jre15'