s

starxmind-spring-boot-web

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