t

template-boot-tools

template框架工具类集合工程
https://wuwenbin.me
The Apache Software License, Version 2.0
伍文彬
Files download
File Operation
template-boot-tools-1.2.0.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>me.wuwenbin</groupId>
  <artifactId>template-boot-tools</artifactId>
  <version>1.2.0.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'me.wuwenbin:template-boot-tools:1.2.0.RELEASE'
Gradle Kotlin
implementation("me.wuwenbin:template-boot-tools:1.2.0.RELEASE")
Scala SBT
libraryDependencies += "me.wuwenbin" % "template-boot-tools" % "1.2.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='me.wuwenbin', module='template-boot-tools', version='1.2.0.RELEASE')
)
Apache Ivy
<dependency org="me.wuwenbin" name="template-boot-tools" rev="1.2.0.RELEASE" />
Leiningen
[me.wuwenbin/template-boot-tools "1.2.0.RELEASE"]
Apache Buildr
'me.wuwenbin:template-boot-tools:jar:1.2.0.RELEASE'
Dependencies

compile

|-- junit:junit:4.12