| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.github.dandelion |
| ArtifactId | ArtifactIddandelion-datatables |
| Version | Version0.8.10 |
| Type | Typepom |
| Filename | Size |
|---|---|
| dandelion-datatables-0.8.10.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-datatables/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-datatables</artifactId>
<version>0.8.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-datatables/
implementation 'com.github.dandelion:dandelion-datatables:0.8.10'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-datatables/
implementation ("com.github.dandelion:dandelion-datatables:0.8.10")
'com.github.dandelion:dandelion-datatables:pom:0.8.10'
<dependency org="com.github.dandelion" name="dandelion-datatables" rev="0.8.10">
<artifact name="dandelion-datatables" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-datatables', version='0.8.10')
)
libraryDependencies += "com.github.dandelion" % "dandelion-datatables" % "0.8.10"
[com.github.dandelion/dandelion-datatables "0.8.10"]