is not current version
Last Version 0.0.5

com.github.restup:up-framework 0.0.1

A framework for building and testing RESTful services

GroupId

GroupId

com.github.restup
ArtifactId

ArtifactId

up-framework
Version

Version

0.0.1
Type

Type

pom

Download up-framework 0.0.1

Filename Size
up-framework-0.0.1.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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.restup/up-framework/
implementation 'com.github.restup:up-framework:0.0.1'
// https://jarcasting.com/artifacts/com.github.restup/up-framework/
implementation ("com.github.restup:up-framework:0.0.1")
'com.github.restup:up-framework:pom:0.0.1'
<dependency org="com.github.restup" name="up-framework" rev="0.0.1">
  <artifact name="up-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.restup', module='up-framework', version='0.0.1')
)
libraryDependencies += "com.github.restup" % "up-framework" % "0.0.1"
[com.github.restup/up-framework "0.0.1"]