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