is not current version
Last Version 2.1.2

org.resthub:resthub-backbone-stack 2.0.0

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.

GroupId

GroupId

org.resthub
ArtifactId

ArtifactId

resthub-backbone-stack
Version

Version

2.0.0
Type

Type

war

Download resthub-backbone-stack 2.0.0


<!-- https://jarcasting.com/artifacts/org.resthub/resthub-backbone-stack/ -->
<dependency>
    <groupId>org.resthub</groupId>
    <artifactId>resthub-backbone-stack</artifactId>
    <version>2.0.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-backbone-stack/
implementation 'org.resthub:resthub-backbone-stack:2.0.0'
// https://jarcasting.com/artifacts/org.resthub/resthub-backbone-stack/
implementation ("org.resthub:resthub-backbone-stack:2.0.0")
'org.resthub:resthub-backbone-stack:war:2.0.0'
<dependency org="org.resthub" name="resthub-backbone-stack" rev="2.0.0">
  <artifact name="resthub-backbone-stack" type="war" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-backbone-stack', version='2.0.0')
)
libraryDependencies += "org.resthub" % "resthub-backbone-stack" % "2.0.0"
[org.resthub/resthub-backbone-stack "2.0.0"]