Last Version

Mattress 1.0.0-ALPHA4

A Java and Spring based, lightweight and extensible REST framework. It is loosely related to the JSR-311 initiative, but is not compliant since much of the specification has been deemed far too complex or unnecessary.

License

License

GroupId

GroupId

org.mattressframework
ArtifactId

ArtifactId

mattress-parent
Version

Version

1.0.0-ALPHA4
Type

Type

pom
Description

Description

Mattress
A Java and Spring based, lightweight and extensible REST framework. It is loosely related to the JSR-311 initiative, but is not compliant since much of the specification has been deemed far too complex or unnecessary.

Download mattress-parent 1.0.0-ALPHA4


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

Dependencies

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

Project Modules

  • mattress-api
  • mattress-core
  • mattress-test
  • mattress-ext
  • mattress-demo-webapp