d

db-metadata-server-springboot

db-metadata-server-springboot
Files download
File Operation
db-metadata-server-springboot-2.4.jar download
db-metadata-server-springboot-2.4.pom download
db-metadata-server-springboot-2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pengxianggui</groupId>
  <artifactId>db-metadata-server-springboot</artifactId>
  <version>2.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.pengxianggui:db-metadata-server-springboot:2.4'
Gradle Kotlin
implementation("io.github.pengxianggui:db-metadata-server-springboot:2.4")
Scala SBT
libraryDependencies += "io.github.pengxianggui" % "db-metadata-server-springboot" % "2.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pengxianggui', module='db-metadata-server-springboot', version='2.4')
)
Apache Ivy
<dependency org="io.github.pengxianggui" name="db-metadata-server-springboot" rev="2.4" />
Leiningen
[io.github.pengxianggui/db-metadata-server-springboot "2.4"]
Apache Buildr
'io.github.pengxianggui:db-metadata-server-springboot:jar:2.4'