MVN

com.noleme : noleme-amaebi

Maven & Gradle

Dec 04, 2022

Noleme Amaebi · A set of opinionated utility features for building lightweight web services, built on top of Undertow

<dependency>
    <groupId>com.noleme</groupId>
    <artifactId>noleme-amaebi</artifactId>
    <version>0.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.noleme : noleme-amaebi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.4

All Versions

Choose a version of com.noleme : noleme-amaebi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
noleme-amaebi-0.7.4
noleme-amaebi-0.7.3
noleme-amaebi-0.7.2
noleme-amaebi-0.7.1
0.7
noleme-amaebi-0.7
0.6
noleme-amaebi-0.6

How to add a dependency to Maven

Add the following com.noleme : noleme-amaebi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.noleme</groupId>
    <artifactId>noleme-amaebi</artifactId>
    <version>0.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.noleme : noleme-amaebi gradle dependency to your build.gradle file:

implementation 'com.noleme:noleme-amaebi:0.7.4'

Gradle Kotlin DSL: Add the following com.noleme : noleme-amaebi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.noleme:noleme-amaebi:0.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.noleme : noleme-amaebi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.noleme" % "noleme-amaebi" % "0.7.4"

Advertisement