is not current version
Last Version 1.0.0-ALPHA4

org.mattressframework:mattress-parent 1.0.0-ALPHA1

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.

GroupId

GroupId

org.mattressframework
ArtifactId

ArtifactId

mattress-parent
Version

Version

1.0.0-ALPHA1
Type

Type

pom

Download mattress-parent 1.0.0-ALPHA1


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