Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.googlecode.jdatatables |
ArtifactId | ArtifactIdjdatatables |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdatatables
Java support for DataTables.net
|
Project URL |
Project URL |
Filename | Size |
---|---|
jdatatables-0.0.1.pom | |
jdatatables-0.0.1.jar | 6 KB |
jdatatables-0.0.1-sources.jar | 2 KB |
jdatatables-0.0.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jdatatables/jdatatables/ -->
<dependency>
<groupId>com.googlecode.jdatatables</groupId>
<artifactId>jdatatables</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jdatatables/jdatatables/
implementation 'com.googlecode.jdatatables:jdatatables:0.0.1'
// https://jarcasting.com/artifacts/com.googlecode.jdatatables/jdatatables/
implementation ("com.googlecode.jdatatables:jdatatables:0.0.1")
'com.googlecode.jdatatables:jdatatables:jar:0.0.1'
<dependency org="com.googlecode.jdatatables" name="jdatatables" rev="0.0.1">
<artifact name="jdatatables" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jdatatables', module='jdatatables', version='0.0.1')
)
libraryDependencies += "com.googlecode.jdatatables" % "jdatatables" % "0.0.1"
[com.googlecode.jdatatables/jdatatables "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.2 |