| Группа | Группаorg.webjars |
|---|---|
| Идентификатор | Идентификаторhandsontable |
| Версия | Версия6.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| handsontable-6.0.0.pom | |
| handsontable-6.0.0.jar | 2 MB |
| handsontable-6.0.0-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars/handsontable/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>handsontable</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/handsontable/
implementation 'org.webjars:handsontable:6.0.0'
// https://jarcasting.com/artifacts/org.webjars/handsontable/
implementation ("org.webjars:handsontable:6.0.0")
'org.webjars:handsontable:jar:6.0.0'
<dependency org="org.webjars" name="handsontable" rev="6.0.0">
<artifact name="handsontable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='handsontable', version='6.0.0')
)
libraryDependencies += "org.webjars" % "handsontable" % "6.0.0"
[org.webjars/handsontable "6.0.0"]