d

deepbit-start-mvc-mysql

文件下载
文件名 操作
deepbit-start-mvc-mysql-8.3.7.pom 下载
Apache Maven
<dependency>
  <groupId>cn.deepbit</groupId>
  <artifactId>deepbit-start-mvc-mysql</artifactId>
  <version>8.3.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.deepbit:deepbit-start-mvc-mysql:8.3.7'
Gradle Kotlin
implementation("cn.deepbit:deepbit-start-mvc-mysql:8.3.7")
Scala SBT
libraryDependencies += "cn.deepbit" % "deepbit-start-mvc-mysql" % "8.3.7"
Groovy Grape
@Grapes(
  @Grab(group='cn.deepbit', module='deepbit-start-mvc-mysql', version='8.3.7')
)
Apache Ivy
<dependency org="cn.deepbit" name="deepbit-start-mvc-mysql" rev="8.3.7" />
Leiningen
[cn.deepbit/deepbit-start-mvc-mysql "8.3.7"]
Apache Buildr
'cn.deepbit:deepbit-start-mvc-mysql:jar:8.3.7'