Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.darrachequesne |
ArtifactId | ArtifactIdspring-data-jpa-datatables |
Version | Version2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.darrachequesne/spring-data-jpa-datatables/ -->
<dependency>
<groupId>com.github.darrachequesne</groupId>
<artifactId>spring-data-jpa-datatables</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.darrachequesne/spring-data-jpa-datatables/
implementation 'com.github.darrachequesne:spring-data-jpa-datatables:2.3'
// https://jarcasting.com/artifacts/com.github.darrachequesne/spring-data-jpa-datatables/
implementation ("com.github.darrachequesne:spring-data-jpa-datatables:2.3")
'com.github.darrachequesne:spring-data-jpa-datatables:jar:2.3'
<dependency org="com.github.darrachequesne" name="spring-data-jpa-datatables" rev="2.3">
<artifact name="spring-data-jpa-datatables" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.darrachequesne', module='spring-data-jpa-datatables', version='2.3')
)
libraryDependencies += "com.github.darrachequesne" % "spring-data-jpa-datatables" % "2.3"
[com.github.darrachequesne/spring-data-jpa-datatables "2.3"]