MVN

org.mattressframework : mattress-core

Maven & Gradle

Mar 09, 2009

Mattress Core · Library providing the core functionality for the Mattress framework.

<dependency>
    <groupId>org.mattressframework</groupId>
    <artifactId>mattress-core</artifactId>
    <version>1.0.0-ALPHA4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mattressframework : mattress-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-ALPHA4
  • Latest Alpha: 1.0.0-ALPHA4

All Versions

Choose a version of org.mattressframework : mattress-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mattress-core-1.0.0-ALPHA4
mattress-core-1.0.0-ALPHA3
mattress-core-1.0.0-ALPHA2
mattress-core-1.0.0-ALPHA1

How to add a dependency to Maven

Add the following org.mattressframework : mattress-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mattressframework</groupId>
    <artifactId>mattress-core</artifactId>
    <version>1.0.0-ALPHA4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mattressframework : mattress-core gradle dependency to your build.gradle file:

implementation 'org.mattressframework:mattress-core:1.0.0-ALPHA4'

Gradle Kotlin DSL: Add the following org.mattressframework : mattress-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mattressframework:mattress-core:1.0.0-ALPHA4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mattressframework : mattress-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mattressframework" % "mattress-core" % "1.0.0-ALPHA4"