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