s

starxmind-spring-boot-starter

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