License |
License |
---|---|
GroupId | GroupIdorg.resthub |
ArtifactId | ArtifactIdresthub-backbone-stack |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionRESThub Backbone.js stack
RESThub Backbone.js stack is designed to allow you to build web applications following KISS (Keep It Simple, Stupid), DRY (Don't Repeat Yourself) and REST principles.
|
Filename | Size |
---|---|
resthub-backbone-stack-2.1.2.pom | |
resthub-backbone-stack-2.1.2.war | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-backbone-stack/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-backbone-stack</artifactId>
<version>2.1.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-backbone-stack/
implementation 'org.resthub:resthub-backbone-stack:2.1.2'
// https://jarcasting.com/artifacts/org.resthub/resthub-backbone-stack/
implementation ("org.resthub:resthub-backbone-stack:2.1.2")
'org.resthub:resthub-backbone-stack:war:2.1.2'
<dependency org="org.resthub" name="resthub-backbone-stack" rev="2.1.2">
<artifact name="resthub-backbone-stack" type="war" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-backbone-stack', version='2.1.2')
)
libraryDependencies += "org.resthub" % "resthub-backbone-stack" % "2.1.2"
[org.resthub/resthub-backbone-stack "2.1.2"]