| Категории |
КатегорииGUI Взаимодействие с пользователем Apache POI Прикладные библиотеки Documents Processing Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторapache-poi |
| Версия | Версия1.0.2.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| apache-poi-1.0.2.10.pom | |
| apache-poi-1.0.2.10.jar | 2 MB |
| apache-poi-1.0.2.10-tests.jar | 22 bytes |
| apache-poi-1.0.2.10-sources.jar | 2 MB |
| apache-poi-1.0.2.10-javadoc.jar | 514 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>apache-poi</artifactId>
<version>1.0.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/
implementation 'com.guicedee.services:apache-poi:1.0.2.10'
// https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/
implementation ("com.guicedee.services:apache-poi:1.0.2.10")
'com.guicedee.services:apache-poi:jar:1.0.2.10'
<dependency org="com.guicedee.services" name="apache-poi" rev="1.0.2.10">
<artifact name="apache-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='apache-poi', version='1.0.2.10')
)
libraryDependencies += "com.guicedee.services" % "apache-poi" % "1.0.2.10"
[com.guicedee.services/apache-poi "1.0.2.10"]