GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdhandsontable |
Version | Version5.0.0 |
Type | Typejar |
Filename | Size |
---|---|
handsontable-5.0.0.pom | |
handsontable-5.0.0.jar | 2 MB |
handsontable-5.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/handsontable/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>handsontable</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/handsontable/
implementation 'org.webjars:handsontable:5.0.0'
// https://jarcasting.com/artifacts/org.webjars/handsontable/
implementation ("org.webjars:handsontable:5.0.0")
'org.webjars:handsontable:jar:5.0.0'
<dependency org="org.webjars" name="handsontable" rev="5.0.0">
<artifact name="handsontable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='handsontable', version='5.0.0')
)
libraryDependencies += "org.webjars" % "handsontable" % "5.0.0"
[org.webjars/handsontable "5.0.0"]