MVN

com.gitegg.platform : gitegg-platform-mail

Maven & Gradle

Jul 30, 2023
9 stars

gitegg-platform-mail

<dependency>
    <groupId>com.gitegg.platform</groupId>
    <artifactId>gitegg-platform-mail</artifactId>
    <version>1.0.7.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitegg.platform : gitegg-platform-mail to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7.RELEASE

All Versions

Choose a version of com.gitegg.platform : gitegg-platform-mail to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gitegg-platform-mail-1.0.7.RELEASE
gitegg-platform-mail-1.0.6.RELEASE
gitegg-platform-mail-1.0.5.RELEASE
gitegg-platform-mail-1.0.4.RELEASE
gitegg-platform-mail-1.0.6_9.RELEASE
gitegg-platform-mail-1.0.6_8.RELEASE
gitegg-platform-mail-1.0.6_7.RELEASE
gitegg-platform-mail-1.0.6_6.RELEASE
gitegg-platform-mail-1.0.6_5.RELEASE
gitegg-platform-mail-1.0.6_4.RELEASE
gitegg-platform-mail-1.0.6_3.RELEASE
gitegg-platform-mail-1.0.6_2.RELEASE
gitegg-platform-mail-1.0.6_1.RELEASE
gitegg-platform-mail-1.0.5_1.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitegg.platform</groupId>
    <artifactId>gitegg-platform-mail</artifactId>
    <version>1.0.7.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitegg.platform : gitegg-platform-mail gradle dependency to your build.gradle file:

implementation 'com.gitegg.platform:gitegg-platform-mail:1.0.7.RELEASE'

Gradle Kotlin DSL: Add the following com.gitegg.platform : gitegg-platform-mail gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitegg.platform:gitegg-platform-mail:1.0.7.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitegg.platform : gitegg-platform-mail sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitegg.platform" % "gitegg-platform-mail" % "1.0.7.RELEASE"

Advertisement