Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIddatatables-fixedcolumns |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
datatables-fixedcolumns-3.0.2.pom | |
datatables-fixedcolumns-3.0.2.jar | 14 KB |
datatables-fixedcolumns-3.0.2-javadoc.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/datatables-fixedcolumns/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>datatables-fixedcolumns</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/datatables-fixedcolumns/
implementation 'org.webjars:datatables-fixedcolumns:3.0.2'
// https://jarcasting.com/artifacts/org.webjars/datatables-fixedcolumns/
implementation ("org.webjars:datatables-fixedcolumns:3.0.2")
'org.webjars:datatables-fixedcolumns:jar:3.0.2'
<dependency org="org.webjars" name="datatables-fixedcolumns" rev="3.0.2">
<artifact name="datatables-fixedcolumns" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='datatables-fixedcolumns', version='3.0.2')
)
libraryDependencies += "org.webjars" % "datatables-fixedcolumns" % "3.0.2"
[org.webjars/datatables-fixedcolumns "3.0.2"]