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