t

tlog-spring-boot

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