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