Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.dandelion |
ArtifactId | ArtifactIddatatables-export-poi |
Version | Version0.9.3 |
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.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi/
implementation 'com.github.dandelion:datatables-export-poi:0.9.3'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi/
implementation ("com.github.dandelion:datatables-export-poi:0.9.3")
'com.github.dandelion:datatables-export-poi:jar:0.9.3'
<dependency org="com.github.dandelion" name="datatables-export-poi" rev="0.9.3">
<artifact name="datatables-export-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-export-poi', version='0.9.3')
)
libraryDependencies += "com.github.dandelion" % "datatables-export-poi" % "0.9.3"
[com.github.dandelion/datatables-export-poi "0.9.3"]