m

myhelper-spring-boot-parent

a web application starter collection
https://www.ye186.top
MIT License
yemeng
文件下载
文件名 操作
myhelper-spring-boot-parent-0.0.6.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.ye17186</groupId>
  <artifactId>myhelper-spring-boot-parent</artifactId>
  <version>0.0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.ye17186:myhelper-spring-boot-parent:0.0.6'
Gradle Kotlin
implementation("io.github.ye17186:myhelper-spring-boot-parent:0.0.6")
Scala SBT
libraryDependencies += "io.github.ye17186" % "myhelper-spring-boot-parent" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ye17186', module='myhelper-spring-boot-parent', version='0.0.6')
)
Apache Ivy
<dependency org="io.github.ye17186" name="myhelper-spring-boot-parent" rev="0.0.6" />
Leiningen
[io.github.ye17186/myhelper-spring-boot-parent "0.0.6"]
Apache Buildr
'io.github.ye17186:myhelper-spring-boot-parent:jar:0.0.6'