MVN

org.resthub : resthub-spring-stack

Maven & Gradle

Oct 03, 2014
121 stars

RESThub Spring stack · RESThub Spring stack is an designed to allow you to build web applications following KISS (Keep It Simple, Stupid), DRY (Don't Repeat Yourself) and REST principles.

<dependency>
    <groupId>org.resthub</groupId>
    <artifactId>resthub-spring-stack</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.resthub : resthub-spring-stack to add to Maven - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of org.resthub : resthub-spring-stack to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
resthub-spring-stack-2.2.0
2.1.x
resthub-spring-stack-2.1.6
resthub-spring-stack-2.1.5
resthub-spring-stack-2.1.4
resthub-spring-stack-2.1.3
resthub-spring-stack-2.1.2
resthub-spring-stack-2.1.1
resthub-spring-stack-2.1.0
2.0.x
resthub-spring-stack-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.resthub</groupId>
    <artifactId>resthub-spring-stack</artifactId>
    <version>2.2.0</version>
</dependency>

Advertisement