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
| License |
License |
|---|---|
| Categories |
CategoriesGithub Development Tools Version Controls |
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdgithub-com-lbovet-hybind |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhybind
WebJar for hybind
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| github-com-lbovet-hybind-1.1.0.pom | |
| github-com-lbovet-hybind-1.1.0.jar | 12 KB |
| github-com-lbovet-hybind-1.1.0-sources.jar | 22 bytes |
| github-com-lbovet-hybind-1.1.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-lbovet-hybind/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-lbovet-hybind</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-lbovet-hybind/
implementation 'org.webjars.npm:github-com-lbovet-hybind:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-lbovet-hybind/
implementation ("org.webjars.npm:github-com-lbovet-hybind:1.1.0")
'org.webjars.npm:github-com-lbovet-hybind:jar:1.1.0'
<dependency org="org.webjars.npm" name="github-com-lbovet-hybind" rev="1.1.0">
<artifact name="github-com-lbovet-hybind" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-lbovet-hybind', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-lbovet-hybind" % "1.1.0"
[org.webjars.npm/github-com-lbovet-hybind "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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