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