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