MVN

com.raisin : maleorang

Maven & Gradle

Sep 13, 2019
2 stars

MailChimp API wrapper for Java · MailChimp API Wrapper for Java

<dependency>
    <groupId>com.raisin</groupId>
    <artifactId>maleorang</artifactId>
    <version>3.0-0.9.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.raisin : maleorang to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0-0.9.8

All Versions

Choose a version of com.raisin : maleorang to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
maleorang-3.0-0.9.8
maleorang-3.0-0.9.8-M1
maleorang-3.0-0.9.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.raisin</groupId>
    <artifactId>maleorang</artifactId>
    <version>3.0-0.9.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.raisin : maleorang gradle dependency to your build.gradle file:

implementation 'com.raisin:maleorang:3.0-0.9.8'

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

implementation("com.raisin:maleorang:3.0-0.9.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.raisin : maleorang sbt scala dependency to your build.sbt file:

libraryDependencies += "com.raisin" % "maleorang" % "3.0-0.9.8"

Advertisement