MVN

io.github.huayunliufeng : hylf-dbinfo

Maven & Gradle

Apr 09, 2024

hylf-dbinfo · 传入数据库Connection对象, 查询该数据库各种基本信息, 所有属性已经封装到JavaBean中。

<dependency>
    <groupId>io.github.huayunliufeng</groupId>
    <artifactId>hylf-dbinfo</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.huayunliufeng : hylf-dbinfo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of io.github.huayunliufeng : hylf-dbinfo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
hylf-dbinfo-0.0.1

How to add a dependency to Maven

Add the following io.github.huayunliufeng : hylf-dbinfo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.huayunliufeng</groupId>
    <artifactId>hylf-dbinfo</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.huayunliufeng : hylf-dbinfo gradle dependency to your build.gradle file:

implementation 'io.github.huayunliufeng:hylf-dbinfo:0.0.1'

Gradle Kotlin DSL: Add the following io.github.huayunliufeng : hylf-dbinfo gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.huayunliufeng:hylf-dbinfo:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.huayunliufeng : hylf-dbinfo sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.huayunliufeng" % "hylf-dbinfo" % "0.0.1"