License |
License |
---|---|
GroupId | GroupIdorg.resthub |
ArtifactId | ArtifactIdresthub-web |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRESThub Webservice
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
resthub-web-2.2.0.pom | 767 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-web/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-web</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-web/
implementation 'org.resthub:resthub-web:2.2.0'
// https://jarcasting.com/artifacts/org.resthub/resthub-web/
implementation ("org.resthub:resthub-web:2.2.0")
'org.resthub:resthub-web:pom:2.2.0'
<dependency org="org.resthub" name="resthub-web" rev="2.2.0">
<artifact name="resthub-web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-web', version='2.2.0')
)
libraryDependencies += "org.resthub" % "resthub-web" % "2.2.0"
[org.resthub/resthub-web "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
org.easytesting : fest-assert-core | jar | 2.0M10 |