Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.dandelion |
ArtifactId | ArtifactIddatatables-export-poi |
Version | Version0.8.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-export-poi</artifactId>
<version>0.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi/
implementation 'com.github.dandelion:datatables-export-poi:0.8.8'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi/
implementation ("com.github.dandelion:datatables-export-poi:0.8.8")
'com.github.dandelion:datatables-export-poi:jar:0.8.8'
<dependency org="com.github.dandelion" name="datatables-export-poi" rev="0.8.8">
<artifact name="datatables-export-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-export-poi', version='0.8.8')
)
libraryDependencies += "com.github.dandelion" % "datatables-export-poi" % "0.8.8"
[com.github.dandelion/datatables-export-poi "0.8.8"]