is not current version
Last Version 0.0.5

com.github.restup:up-framework 0.0.4

A framework for building and testing RESTful services

GroupId

GroupId

com.github.restup
ArtifactId

ArtifactId

up-framework
Version

Version

0.0.4
Type

Type

pom

Download up-framework 0.0.4

Filename Size
up-framework-0.0.4.pom 5 KB
Browse

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