MVN

org.mentaframework : mentawai

Maven & Gradle

Jan 17, 2011

Mentawai Web Framework · The Mentawai goal is to be a simple, flexible, joyful and productive Java web framework.

<dependency>
    <groupId>org.mentaframework</groupId>
    <artifactId>mentawai</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mentaframework : mentawai to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.mentaframework : mentawai to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mentawai-2.0.0
1.15
mentawai-1.15
1.14.x
mentawai-1.14.1
1.13
mentawai-1.13
1.12
mentawai-1.12
1.11
mentawai-1.11
1.10.x
mentawai-1.10.1
1.9
mentawai-1.9
1.8
mentawai-1.8
1.7
mentawai-1.7

How to add a dependency to Maven

Add the following org.mentaframework : mentawai maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mentaframework</groupId>
    <artifactId>mentawai</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mentaframework : mentawai gradle dependency to your build.gradle file:

implementation 'org.mentaframework:mentawai:2.0.0'

Gradle Kotlin DSL: Add the following org.mentaframework : mentawai gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mentaframework:mentawai:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mentaframework : mentawai sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mentaframework" % "mentawai" % "2.0.0"