Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.dandelion |
ArtifactId | ArtifactIddatatables-servlet2 |
Version | Version0.8.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-servlet2/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-servlet2</artifactId>
<version>0.8.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-servlet2/
implementation 'com.github.dandelion:datatables-servlet2:0.8.10'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-servlet2/
implementation ("com.github.dandelion:datatables-servlet2:0.8.10")
'com.github.dandelion:datatables-servlet2:jar:0.8.10'
<dependency org="com.github.dandelion" name="datatables-servlet2" rev="0.8.10">
<artifact name="datatables-servlet2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-servlet2', version='0.8.10')
)
libraryDependencies += "com.github.dandelion" % "datatables-servlet2" % "0.8.10"
[com.github.dandelion/datatables-servlet2 "0.8.10"]