is not current version
Last Version 2.2.0

org.resthub:resthub-spring-stack 2.1.5

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.

GroupId

GroupId

org.resthub
ArtifactId

ArtifactId

resthub-spring-stack
Version

Version

2.1.5
Type

Type

pom

Download resthub-spring-stack 2.1.5


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