| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаcom.github.dandelion |
| Идентификатор | Идентификаторdatatables-export-poi-ooxml |
| Версия | Версия1.0.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi-ooxml/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-export-poi-ooxml</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi-ooxml/
implementation 'com.github.dandelion:datatables-export-poi-ooxml:1.0.1'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi-ooxml/
implementation ("com.github.dandelion:datatables-export-poi-ooxml:1.0.1")
'com.github.dandelion:datatables-export-poi-ooxml:jar:1.0.1'
<dependency org="com.github.dandelion" name="datatables-export-poi-ooxml" rev="1.0.1">
<artifact name="datatables-export-poi-ooxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-export-poi-ooxml', version='1.0.1')
)
libraryDependencies += "com.github.dandelion" % "datatables-export-poi-ooxml" % "1.0.1"
[com.github.dandelion/datatables-export-poi-ooxml "1.0.1"]