Categories |
CategoriesData Jakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.github.dandelion |
ArtifactId | ArtifactIddatatables-jsp |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
datatables-jsp-1.0.0.pom | |
datatables-jsp-1.0.0.jar | 42 KB |
datatables-jsp-1.0.0-sources.jar | 48 KB |
datatables-jsp-1.0.0-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-jsp/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-jsp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-jsp/
implementation 'com.github.dandelion:datatables-jsp:1.0.0'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-jsp/
implementation ("com.github.dandelion:datatables-jsp:1.0.0")
'com.github.dandelion:datatables-jsp:jar:1.0.0'
<dependency org="com.github.dandelion" name="datatables-jsp" rev="1.0.0">
<artifact name="datatables-jsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-jsp', version='1.0.0')
)
libraryDependencies += "com.github.dandelion" % "datatables-jsp" % "1.0.0"
[com.github.dandelion/datatables-jsp "1.0.0"]