MVN

de.dm.mail2blog : base

Maven & Gradle

Aug 02, 2020
0 stars

Email to Confluence (base library) · Base library for E-Mail-To-Confluence

<dependency>
    <groupId>de.dm.mail2blog</groupId>
    <artifactId>base</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.dm.mail2blog : base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of de.dm.mail2blog : base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
base-2.3.1
base-2.3.0
2.2.x
base-2.2.3
base-2.2.2
base-2.2.1
2.1.x
base-2.1.6
base-2.1.5
base-2.1.4
base-2.1.3
base-2.1.2
2.1
base-2.1-2
base-2.1-1

How to add a dependency to Maven

Add the following de.dm.mail2blog : base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.dm.mail2blog</groupId>
    <artifactId>base</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.dm.mail2blog : base gradle dependency to your build.gradle file:

implementation 'de.dm.mail2blog:base:2.3.1'

Gradle Kotlin DSL: Add the following de.dm.mail2blog : base gradle kotlin dependency to your build.gradle.kts file:

implementation("de.dm.mail2blog:base:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.dm.mail2blog : base sbt scala dependency to your build.sbt file:

libraryDependencies += "de.dm.mail2blog" % "base" % "2.3.1"

Advertisement