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