License |
License |
---|---|
GroupId | GroupIdorg.mattressframework |
ArtifactId | ArtifactIdmattress-parent |
Version | Version1.0.0-ALPHA4 |
Type | Typepom |
Description |
DescriptionMattress
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.
|
Filename | Size |
---|---|
mattress-parent-1.0.0-ALPHA4.pom | 11 KB |
Browse |
<!-- 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"]