Categories |
CategoriesData Jackson JSON Ebean ORM |
---|---|
GroupId | GroupIdcom.jackson42.play |
ArtifactId | ArtifactIdplay-ebean-datatables |
Version | Version20.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jackson42.play/play-ebean-datatables/ -->
<dependency>
<groupId>com.jackson42.play</groupId>
<artifactId>play-ebean-datatables</artifactId>
<version>20.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.jackson42.play/play-ebean-datatables/
implementation 'com.jackson42.play:play-ebean-datatables:20.11'
// https://jarcasting.com/artifacts/com.jackson42.play/play-ebean-datatables/
implementation ("com.jackson42.play:play-ebean-datatables:20.11")
'com.jackson42.play:play-ebean-datatables:jar:20.11'
<dependency org="com.jackson42.play" name="play-ebean-datatables" rev="20.11">
<artifact name="play-ebean-datatables" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jackson42.play', module='play-ebean-datatables', version='20.11')
)
libraryDependencies += "com.jackson42.play" % "play-ebean-datatables" % "20.11"
[com.jackson42.play/play-ebean-datatables "20.11"]