is not current version
Last Version 62

com.guicedee.services:apache-poi 1.0.13.2

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.

Categories

Categories

GUI User Interface Apache POI Business Logic Libraries Documents Processing Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee.services
ArtifactId

ArtifactId

apache-poi
Version

Version

1.0.13.2
Type

Type

jar

Download apache-poi 1.0.13.2


<!-- https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>apache-poi</artifactId>
    <version>1.0.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/
implementation 'com.guicedee.services:apache-poi:1.0.13.2'
// https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/
implementation ("com.guicedee.services:apache-poi:1.0.13.2")
'com.guicedee.services:apache-poi:jar:1.0.13.2'
<dependency org="com.guicedee.services" name="apache-poi" rev="1.0.13.2">
  <artifact name="apache-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='apache-poi', version='1.0.13.2')
)
libraryDependencies += "com.guicedee.services" % "apache-poi" % "1.0.13.2"
[com.guicedee.services/apache-poi "1.0.13.2"]