MVN

com.notikumi : bananaj

Maven & Gradle

Jun 17, 2022
0 stars

bananaj · A simple MailChimp API wrapper written in Java

<dependency>
    <groupId>com.notikumi</groupId>
    <artifactId>bananaj</artifactId>
    <version>0.6.9-notikumi</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.notikumi : bananaj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.9-notikumi

All Versions

Choose a version of com.notikumi : bananaj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
bananaj-0.6.9-notikumi
bananaj-0.6.8-notikumi
bananaj-0.6.7-notikumi
bananaj-0.6.6-notikumi
bananaj-0.6.5-notikumi
bananaj-0.6.4-notikumi
bananaj-0.6.3-notikumi
bananaj-0.6.2
bananaj-0.6.1
0.6
bananaj-0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.notikumi</groupId>
    <artifactId>bananaj</artifactId>
    <version>0.6.9-notikumi</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.notikumi : bananaj gradle dependency to your build.gradle file:

implementation 'com.notikumi:bananaj:0.6.9-notikumi'

Gradle Kotlin DSL: Add the following com.notikumi : bananaj gradle kotlin dependency to your build.gradle.kts file:

implementation("com.notikumi:bananaj:0.6.9-notikumi")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.notikumi : bananaj sbt scala dependency to your build.sbt file:

libraryDependencies += "com.notikumi" % "bananaj" % "0.6.9-notikumi"

Advertisement