License |
License |
---|---|
GroupId | GroupIdorg.mattressframework |
ArtifactId | ArtifactIdmattress-api |
Last Version | Last Version1.0.0-ALPHA4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMattress API
Public API to the Mattress framework. This is essentially what JSR 311
should be.
|
Filename | Size |
---|---|
mattress-api-1.0.0-ALPHA4.pom | |
mattress-api-1.0.0-ALPHA4.jar | 20 KB |
mattress-api-1.0.0-ALPHA4-sources.jar | 34 KB |
mattress-api-1.0.0-ALPHA4-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mattressframework/mattress-api/ -->
<dependency>
<groupId>org.mattressframework</groupId>
<artifactId>mattress-api</artifactId>
<version>1.0.0-ALPHA4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mattressframework/mattress-api/
implementation 'org.mattressframework:mattress-api:1.0.0-ALPHA4'
// https://jarcasting.com/artifacts/org.mattressframework/mattress-api/
implementation ("org.mattressframework:mattress-api:1.0.0-ALPHA4")
'org.mattressframework:mattress-api:jar:1.0.0-ALPHA4'
<dependency org="org.mattressframework" name="mattress-api" rev="1.0.0-ALPHA4">
<artifact name="mattress-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mattressframework', module='mattress-api', version='1.0.0-ALPHA4')
)
libraryDependencies += "org.mattressframework" % "mattress-api" % "1.0.0-ALPHA4"
[org.mattressframework/mattress-api "1.0.0-ALPHA4"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |