Categories |
CategoriesGUI User Interface Apache POI Business Logic Libraries Documents Processing Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdapache-poi |
Version | Version1.0.3.3-jre13 |
Type | Typejar |
Filename | Size |
---|---|
apache-poi-1.0.3.3-jre13.pom | |
apache-poi-1.0.3.3-jre13.jar | 2 MB |
apache-poi-1.0.3.3-jre13-tests.jar | 22 bytes |
apache-poi-1.0.3.3-jre13-sources.jar | 2 MB |
apache-poi-1.0.3.3-jre13-javadoc.jar | 515 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>apache-poi</artifactId>
<version>1.0.3.3-jre13</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/
implementation 'com.guicedee.services:apache-poi:1.0.3.3-jre13'
// https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/
implementation ("com.guicedee.services:apache-poi:1.0.3.3-jre13")
'com.guicedee.services:apache-poi:jar:1.0.3.3-jre13'
<dependency org="com.guicedee.services" name="apache-poi" rev="1.0.3.3-jre13">
<artifact name="apache-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='apache-poi', version='1.0.3.3-jre13')
)
libraryDependencies += "com.guicedee.services" % "apache-poi" % "1.0.3.3-jre13"
[com.guicedee.services/apache-poi "1.0.3.3-jre13"]