| License |
License |
|---|---|
| Categories |
CategoriesData Jackson JSON Ebean ORM |
| GroupId | GroupIdcom.jackson42.play |
| ArtifactId | ArtifactIdplay-ebean-datatables |
| Version | Version21.04 |
| Type | Typejar |
| Description |
DescriptionPlay-Ebean-DataTables
A PlayFramework abstraction of the usage of Datatables with Ebean as a source
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.jackson42.play/play-ebean-datatables/ -->
<dependency>
<groupId>com.jackson42.play</groupId>
<artifactId>play-ebean-datatables</artifactId>
<version>21.04</version>
</dependency>
// https://jarcasting.com/artifacts/com.jackson42.play/play-ebean-datatables/
implementation 'com.jackson42.play:play-ebean-datatables:21.04'
// https://jarcasting.com/artifacts/com.jackson42.play/play-ebean-datatables/
implementation ("com.jackson42.play:play-ebean-datatables:21.04")
'com.jackson42.play:play-ebean-datatables:jar:21.04'
<dependency org="com.jackson42.play" name="play-ebean-datatables" rev="21.04">
<artifact name="play-ebean-datatables" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jackson42.play', module='play-ebean-datatables', version='21.04')
)
libraryDependencies += "com.jackson42.play" % "play-ebean-datatables" % "21.04"
[com.jackson42.play/play-ebean-datatables "21.04"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jackson42.play : play-datatables | jar | 21.04 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.typesafe.play : play-java_2.12 | jar | 2.8.7 |
| com.typesafe.play : play-java-forms_2.12 | jar | 2.8.7 |
| io.ebean : ebean | jar | 12.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |