Last Version

Up! Framework 0.0.5

A framework for building and testing RESTful services

License

License

GroupId

GroupId

com.github.restup
ArtifactId

ArtifactId

up-framework
Version

Version

0.0.5
Type

Type

pom
Description

Description

Up! Framework
A framework for building and testing RESTful services
Project URL

Project URL

https://github.com/restup
Source Code Management

Source Code Management

http://github.com/restup/up-framework/tree/master

Download up-framework 0.0.5

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • up-parent
  • up-annotations
  • up-test-model
  • up-test
  • up-test-spring
  • up-core
  • up-test-repository
  • up-controller
  • up-repository-jpa
  • up-http
  • up-spring-mvc
  • up-spring-boot-starter