Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.datatables4j |
ArtifactId | ArtifactIddatatables4j-core-api |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
datatables4j-core-api-0.6.0.pom | |
datatables4j-core-api-0.6.0.jar | 29 KB |
datatables4j-core-api-0.6.0-sources.jar | 28 KB |
datatables4j-core-api-0.6.0-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-core-api/ -->
<dependency>
<groupId>com.github.datatables4j</groupId>
<artifactId>datatables4j-core-api</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-core-api/
implementation 'com.github.datatables4j:datatables4j-core-api:0.6.0'
// https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-core-api/
implementation ("com.github.datatables4j:datatables4j-core-api:0.6.0")
'com.github.datatables4j:datatables4j-core-api:jar:0.6.0'
<dependency org="com.github.datatables4j" name="datatables4j-core-api" rev="0.6.0">
<artifact name="datatables4j-core-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datatables4j', module='datatables4j-core-api', version='0.6.0')
)
libraryDependencies += "com.github.datatables4j" % "datatables4j-core-api" % "0.6.0"
[com.github.datatables4j/datatables4j-core-api "0.6.0"]