| Categories |
CategoriesData Net KeY Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIddatatables.net-keytable |
| Version | Version2.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| datatables.net-keytable-2.5.0.pom | |
| datatables.net-keytable-2.5.0.jar | 17 KB |
| datatables.net-keytable-2.5.0-sources.jar | 22 bytes |
| datatables.net-keytable-2.5.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/datatables.net-keytable/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>datatables.net-keytable</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/datatables.net-keytable/
implementation 'org.webjars.npm:datatables.net-keytable:2.5.0'
// https://jarcasting.com/artifacts/org.webjars.npm/datatables.net-keytable/
implementation ("org.webjars.npm:datatables.net-keytable:2.5.0")
'org.webjars.npm:datatables.net-keytable:jar:2.5.0'
<dependency org="org.webjars.npm" name="datatables.net-keytable" rev="2.5.0">
<artifact name="datatables.net-keytable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='datatables.net-keytable', version='2.5.0')
)
libraryDependencies += "org.webjars.npm" % "datatables.net-keytable" % "2.5.0"
[org.webjars.npm/datatables.net-keytable "2.5.0"]