MVN

com.fhs-opensource : easy-trans-spring-boot-starter

Maven & Gradle

Mar 17, 2023
2 usages
<dependency>
    <groupId>com.fhs-opensource</groupId>
    <artifactId>easy-trans-spring-boot-starter</artifactId>
    <version>2.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fhs-opensource : easy-trans-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.11

All Versions

Choose a version of com.fhs-opensource : easy-trans-spring-boot-starter to add to Maven or Gradle - All Versions:

  • Version Updated
  • easy-trans-spring-boot-starter-2.1.11

    Mar 17, 2023
  • easy-trans-spring-boot-starter-2.1.10

    Mar 17, 2023
  • easy-trans-spring-boot-starter-2.1.9

    Mar 13, 2023
  • easy-trans-spring-boot-starter-2.1.8

    Mar 07, 2023
  • easy-trans-spring-boot-starter-2.1.7

    Feb 24, 2023
  • easy-trans-spring-boot-starter-2.1.6

    Jan 10, 2023
  • easy-trans-spring-boot-starter-2.1.5

    Jan 03, 2023
  • easy-trans-spring-boot-starter-2.1.4

    Dec 30, 2022
  • easy-trans-spring-boot-starter-2.1.3

    Dec 28, 2022
  • easy-trans-spring-boot-starter-2.1.2

    Dec 26, 2022
  • easy-trans-spring-boot-starter-2.1.1

    Dec 23, 2022
  • easy-trans-spring-boot-starter-2.1.0

    Dec 21, 2022
  • easy-trans-spring-boot-starter-2.0.15

    Dec 08, 2022
  • easy-trans-spring-boot-starter-2.0.14

    Dec 07, 2022
  • easy-trans-spring-boot-starter-2.0.13

    Dec 07, 2022
  • easy-trans-spring-boot-starter-2.0.12

    Dec 06, 2022
  • easy-trans-spring-boot-starter-2.0.11

    Dec 02, 2022
  • easy-trans-spring-boot-starter-2.0.10

    Nov 28, 2022
  • easy-trans-spring-boot-starter-2.0.9

    Nov 18, 2022
  • easy-trans-spring-boot-starter-2.0.8

    Nov 17, 2022
  • easy-trans-spring-boot-starter-2.0.7

    Oct 31, 2022
  • easy-trans-spring-boot-starter-2.0.6

    Oct 17, 2022
  • easy-trans-spring-boot-starter-2.0.5

    Oct 17, 2022
  • easy-trans-spring-boot-starter-2.0.4

    Oct 12, 2022
  • easy-trans-spring-boot-starter-2.0.3

    Aug 29, 2022
  • easy-trans-spring-boot-starter-2.0.2

    Aug 10, 2022
  • easy-trans-spring-boot-starter-2.0.1

    Aug 08, 2022
  • easy-trans-spring-boot-starter-1.2.10

    Aug 05, 2022
  • easy-trans-spring-boot-starter-1.2.9

    Jun 30, 2022
  • easy-trans-spring-boot-starter-1.2.8

    Jun 24, 2022
  • easy-trans-spring-boot-starter-1.2.7

    Jun 10, 2022
  • easy-trans-spring-boot-starter-1.2.6

    May 23, 2022
  • easy-trans-spring-boot-starter-1.2.5

    May 21, 2022
  • easy-trans-spring-boot-starter-1.2.4

    May 04, 2022
  • easy-trans-spring-boot-starter-1.2.3

    Apr 01, 2022
  • easy-trans-spring-boot-starter-1.2.2

    Mar 25, 2022
  • easy-trans-spring-boot-starter-1.2.1

    Mar 10, 2022
  • easy-trans-spring-boot-starter-1.2.0

    Feb 22, 2022
  • easy-trans-spring-boot-starter-1.1.9

    Feb 09, 2022
  • easy-trans-spring-boot-starter-1.1.8

    Jan 06, 2022
  • easy-trans-spring-boot-starter-1.1.7

    Dec 09, 2021
  • easy-trans-spring-boot-starter-1.1.6

    Dec 06, 2021
  • easy-trans-spring-boot-starter-1.1.5

    Nov 05, 2021
  • easy-trans-spring-boot-starter-1.1.4

    Nov 01, 2021
  • easy-trans-spring-boot-starter-1.1.3

    Oct 19, 2021
  • easy-trans-spring-boot-starter-1.1.2

    Oct 18, 2021
  • easy-trans-spring-boot-starter-1.1.1

    Oct 15, 2021
  • easy-trans-spring-boot-starter-1.0.10

    Oct 14, 2021
  • easy-trans-spring-boot-starter-1.0.9

    Oct 13, 2021
  • easy-trans-spring-boot-starter-1.0.8

    Sep 24, 2021
  • easy-trans-spring-boot-starter-1.0.7

    Sep 10, 2021
  • easy-trans-spring-boot-starter-1.0.6

    Jun 18, 2021
  • easy-trans-spring-boot-starter-1.0.5

    Apr 28, 2021
  • easy-trans-spring-boot-starter-1.0.4

    Apr 27, 2021
  • easy-trans-spring-boot-starter-1.0.3

    Apr 14, 2021
  • easy-trans-spring-boot-starter-1.0.2

    Apr 14, 2021
  • easy-trans-spring-boot-starter-1.0.1

    Mar 12, 2021
  • easy-trans-spring-boot-starter-1.0.0

    Mar 09, 2021

How to add a dependency to Maven

Add the following com.fhs-opensource : easy-trans-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fhs-opensource</groupId>
    <artifactId>easy-trans-spring-boot-starter</artifactId>
    <version>2.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fhs-opensource : easy-trans-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.fhs-opensource:easy-trans-spring-boot-starter:2.1.11'

Gradle Kotlin DSL: Add the following com.fhs-opensource : easy-trans-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fhs-opensource:easy-trans-spring-boot-starter:2.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fhs-opensource : easy-trans-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fhs-opensource" % "easy-trans-spring-boot-starter" % "2.1.11"