<dependency> <groupId>cn.itlym</groupId> <artifactId>shoulder-starter-mysql</artifactId> <version>0.8.1</version> </dependency>
implementation 'cn.itlym:shoulder-starter-mysql:0.8.1'
implementation("cn.itlym:shoulder-starter-mysql:0.8.1")
libraryDependencies += "cn.itlym" % "shoulder-starter-mysql" % "0.8.1"
@Grapes( @Grab(group='cn.itlym', module='shoulder-starter-mysql', version='0.8.1') )
<dependency org="cn.itlym" name="shoulder-starter-mysql" rev="0.8.1" />
[cn.itlym/shoulder-starter-mysql "0.8.1"]
'cn.itlym:shoulder-starter-mysql:jar:0.8.1'
<parent> <groupId>cn.itlym</groupId> <artifactId>shoulder-parent</artifactId> <version>0.8.1</version> </parent>
compile
|-- cn.itlym:shoulder-starter
|-- cn.itlym:shoulder-data-db
|-- com.mysql:mysql-connector-j
|-- com.zaxxer:HikariCP
|-- org.springframework.boot:spring-boot-starter-aop