hybind
Binds JavaScript objects with HAL hypermedia REST APIs like Spring Data Rest.
Homepage: http://lbovet.github.io/hybind/
See it in action in sample project: BugTik
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторhybind |
| Последняя версия | Последняя версия1.7.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеhybind
WebJar for hybind
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hybind-1.7.0.pom | |
| hybind-1.7.0.jar | 10 KB |
| hybind-1.7.0-sources.jar | 22 bytes |
| hybind-1.7.0-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/hybind/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>hybind</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/hybind/
implementation 'org.webjars.npm:hybind:1.7.0'
// https://jarcasting.com/artifacts/org.webjars.npm/hybind/
implementation ("org.webjars.npm:hybind:1.7.0")
'org.webjars.npm:hybind:jar:1.7.0'
<dependency org="org.webjars.npm" name="hybind" rev="1.7.0">
<artifact name="hybind" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='hybind', version='1.7.0')
)
libraryDependencies += "org.webjars.npm" % "hybind" % "1.7.0"
[org.webjars.npm/hybind "1.7.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.webjars.npm : lodash | jar | [4.11.0,5) |
| org.webjars.npm : najax | jar | [0.7.0,0.8) |
| org.webjars.npm : q | jar | [1.4.1,2) |
Binds JavaScript objects with HAL hypermedia REST APIs like Spring Data Rest.
Homepage: http://lbovet.github.io/hybind/
See it in action in sample project: BugTik