Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.lwfwind.web |
ArtifactId | ArtifactIdspring-jquery-datatable |
Version | Version2.4 |
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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lwfwind.web/spring-jquery-datatable/
implementation 'com.github.lwfwind.web:spring-jquery-datatable:2.4'
// https://jarcasting.com/artifacts/com.github.lwfwind.web/spring-jquery-datatable/
implementation ("com.github.lwfwind.web:spring-jquery-datatable:2.4")
'com.github.lwfwind.web:spring-jquery-datatable:jar:2.4'
<dependency org="com.github.lwfwind.web" name="spring-jquery-datatable" rev="2.4">
<artifact name="spring-jquery-datatable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lwfwind.web', module='spring-jquery-datatable', version='2.4')
)
libraryDependencies += "com.github.lwfwind.web" % "spring-jquery-datatable" % "2.4"
[com.github.lwfwind.web/spring-jquery-datatable "2.4"]