Files download
File Operation
spring-boot-starxmind-0.1.5.pom download
Apache Maven
<dependency>
  <groupId>com.starxmind</groupId>
  <artifactId>spring-boot-starxmind</artifactId>
  <version>0.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.starxmind:spring-boot-starxmind:0.1.5'
Gradle Kotlin
implementation("com.starxmind:spring-boot-starxmind:0.1.5")
Scala SBT
libraryDependencies += "com.starxmind" % "spring-boot-starxmind" % "0.1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.starxmind', module='spring-boot-starxmind', version='0.1.5')
)
Apache Ivy
<dependency org="com.starxmind" name="spring-boot-starxmind" rev="0.1.5" />
Leiningen
[com.starxmind/spring-boot-starxmind "0.1.5"]
Apache Buildr
'com.starxmind:spring-boot-starxmind:jar:0.1.5'