d

database-plugin

文件下载
文件名 操作
database-plugin-1.0.15.15.jar 下载
database-plugin-1.0.15.15.pom 下载
database-plugin-1.0.15.15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.thebesteric.framework.agile.plugins</groupId>
  <artifactId>database-plugin</artifactId>
  <version>1.0.15.15</version>
</dependency>
Gradle Groovy
implementation 'io.github.thebesteric.framework.agile.plugins:database-plugin:1.0.15.15'
Gradle Kotlin
implementation("io.github.thebesteric.framework.agile.plugins:database-plugin:1.0.15.15")
Scala SBT
libraryDependencies += "io.github.thebesteric.framework.agile.plugins" % "database-plugin" % "1.0.15.15"
Groovy Grape
@Grapes(
  @Grab(group='io.github.thebesteric.framework.agile.plugins', module='database-plugin', version='1.0.15.15')
)
Apache Ivy
<dependency org="io.github.thebesteric.framework.agile.plugins" name="database-plugin" rev="1.0.15.15" />
Leiningen
[io.github.thebesteric.framework.agile.plugins/database-plugin "1.0.15.15"]
Apache Buildr
'io.github.thebesteric.framework.agile.plugins:database-plugin:jar:1.0.15.15'