Files download
File Operation
easy-trans-spring-boot-starter-3.0.4.jar download
easy-trans-spring-boot-starter-3.0.4.pom download
easy-trans-spring-boot-starter-3.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fhs-opensource</groupId>
  <artifactId>easy-trans-spring-boot-starter</artifactId>
  <version>3.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.fhs-opensource:easy-trans-spring-boot-starter:3.0.4'
Gradle Kotlin
implementation("com.fhs-opensource:easy-trans-spring-boot-starter:3.0.4")
Scala SBT
libraryDependencies += "com.fhs-opensource" % "easy-trans-spring-boot-starter" % "3.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.fhs-opensource', module='easy-trans-spring-boot-starter', version='3.0.4')
)
Apache Ivy
<dependency org="com.fhs-opensource" name="easy-trans-spring-boot-starter" rev="3.0.4" />
Leiningen
[com.fhs-opensource/easy-trans-spring-boot-starter "3.0.4"]
Apache Buildr
'com.fhs-opensource:easy-trans-spring-boot-starter:jar:3.0.4'