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