License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.offbytwo.datatables |
ArtifactId | ArtifactIddatatables-models |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionDatatables Backend Java
A Java implementation of the DataTables server-side processing API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
datatables-models-0.1.1.pom | |
datatables-models-0.1.1.jar | 10 KB |
datatables-models-0.1.1-sources.jar | 10 KB |
datatables-models-0.1.1-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.offbytwo.datatables/datatables-models/ -->
<dependency>
<groupId>com.offbytwo.datatables</groupId>
<artifactId>datatables-models</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.offbytwo.datatables/datatables-models/
implementation 'com.offbytwo.datatables:datatables-models:0.1.1'
// https://jarcasting.com/artifacts/com.offbytwo.datatables/datatables-models/
implementation ("com.offbytwo.datatables:datatables-models:0.1.1")
'com.offbytwo.datatables:datatables-models:jar:0.1.1'
<dependency org="com.offbytwo.datatables" name="datatables-models" rev="0.1.1">
<artifact name="datatables-models" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.offbytwo.datatables', module='datatables-models', version='0.1.1')
)
libraryDependencies += "com.offbytwo.datatables" % "datatables-models" % "0.1.1"
[com.offbytwo.datatables/datatables-models "0.1.1"]