MVN

io.tech1.framework : tech1-framework-emails

Maven & Gradle

Aug 19, 2023
6 stars
<dependency>
    <groupId>io.tech1.framework</groupId>
    <artifactId>tech1-framework-emails</artifactId>
    <version>1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.tech1.framework : tech1-framework-emails to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15

All Versions

Choose a version of io.tech1.framework : tech1-framework-emails to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15
tech1-framework-emails-1.15
1.14
tech1-framework-emails-1.14
1.13
tech1-framework-emails-1.13
1.12
tech1-framework-emails-1.12
1.11
tech1-framework-emails-1.11
1.10
tech1-framework-emails-1.10
1.9
tech1-framework-emails-1.9
1.8
tech1-framework-emails-1.8
1.7
tech1-framework-emails-1.7
1.6
tech1-framework-emails-1.6
1.5
tech1-framework-emails-1.5
1.4
tech1-framework-emails-1.4

How to add a dependency to Maven

Add the following io.tech1.framework : tech1-framework-emails maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.tech1.framework</groupId>
    <artifactId>tech1-framework-emails</artifactId>
    <version>1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.tech1.framework : tech1-framework-emails gradle dependency to your build.gradle file:

implementation 'io.tech1.framework:tech1-framework-emails:1.15'

Gradle Kotlin DSL: Add the following io.tech1.framework : tech1-framework-emails gradle kotlin dependency to your build.gradle.kts file:

implementation("io.tech1.framework:tech1-framework-emails:1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.tech1.framework : tech1-framework-emails sbt scala dependency to your build.sbt file:

libraryDependencies += "io.tech1.framework" % "tech1-framework-emails" % "1.15"