t

tlog-web-spring-boot-starter

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