MVN

com.timeular.nytta.email : spring

Maven & Gradle

Nov 16, 2022
5 stars

Timeular Nytta Spring Email · This module provides spring configuration for the email package

<dependency>
    <groupId>com.timeular.nytta.email</groupId>
    <artifactId>spring</artifactId>
    <version>5.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.timeular.nytta.email : spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.0

All Versions

Choose a version of com.timeular.nytta.email : spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
spring-5.4.0
5.3.x
spring-5.3.1
spring-5.3.0
5.2.x
spring-5.2.0
5.1.x
spring-5.1.0
5.0.x
spring-5.0.0
4.0.x
spring-4.0.0
3.1.x
spring-3.1.0
3.0.x
spring-3.0.0
2.4.x
spring-2.4.0
2.3.x
spring-2.3.1
spring-2.3.0
2.2.x
spring-2.2.1
spring-2.2.0

How to add a dependency to Maven

Add the following com.timeular.nytta.email : spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.timeular.nytta.email</groupId>
    <artifactId>spring</artifactId>
    <version>5.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.timeular.nytta.email : spring gradle dependency to your build.gradle file:

implementation 'com.timeular.nytta.email:spring:5.4.0'

Gradle Kotlin DSL: Add the following com.timeular.nytta.email : spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.timeular.nytta.email:spring:5.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.timeular.nytta.email : spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.timeular.nytta.email" % "spring" % "5.4.0"

Advertisement