MVN

io.github.yfblock : yfSql

Maven & Gradle

Apr 29, 2023
8 stars

yfSql · a simple java ORM framework for database, use annotation instead of xml

<dependency>
    <groupId>io.github.yfblock</groupId>
    <artifactId>yfSql</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.yfblock : yfSql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of io.github.yfblock : yfSql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
yfSql-1.1.4
yfSql-1.1.3
yfSql-1.1.2
yfSql-1.1.1
yfSql-1.1.0
1.0.x
yfSql-1.0.12
yfSql-1.0.11
yfSql-1.0.10
yfSql-1.0.9
yfSql-1.0.8
yfSql-1.0.7
yfSql-1.0.6
yfSql-1.0.5
yfSql-1.0.4-RELEASE
yfSql-1.0.3-RELEASE
yfSql-1.0.2-RELEASE
yfSql-1.0.1-RELEASE
1.0
yfSql-1.0-RELEASE

How to add a dependency to Maven

Add the following io.github.yfblock : yfSql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.yfblock</groupId>
    <artifactId>yfSql</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.yfblock : yfSql gradle dependency to your build.gradle file:

implementation 'io.github.yfblock:yfSql:1.1.4'

Gradle Kotlin DSL: Add the following io.github.yfblock : yfSql gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.yfblock:yfSql:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.yfblock : yfSql sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.yfblock" % "yfSql" % "1.1.4"

Advertisement