Files download
File Operation
shoulder-starter-mysql-0.8.jar download
shoulder-starter-mysql-0.8.pom download
Apache Maven
<dependency>
  <groupId>cn.itlym</groupId>
  <artifactId>shoulder-starter-mysql</artifactId>
  <version>0.8</version>
</dependency>
Gradle Groovy
implementation 'cn.itlym:shoulder-starter-mysql:0.8'
Gradle Kotlin
implementation("cn.itlym:shoulder-starter-mysql:0.8")
Scala SBT
libraryDependencies += "cn.itlym" % "shoulder-starter-mysql" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='cn.itlym', module='shoulder-starter-mysql', version='0.8')
)
Apache Ivy
<dependency org="cn.itlym" name="shoulder-starter-mysql" rev="0.8" />
Leiningen
[cn.itlym/shoulder-starter-mysql "0.8"]
Apache Buildr
'cn.itlym:shoulder-starter-mysql:jar:0.8'