MVN

cn.sylinx : hbatis-core

Maven & Gradle

Dec 12, 2021
4 usages

hbatis-core · hbatis is a simple orm framework

<dependency>
    <groupId>cn.sylinx</groupId>
    <artifactId>hbatis-core</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.sylinx : hbatis-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.RELEASE
  • Latest Release Candidate: 1.7.6-RC.3

All Versions

Choose a version of cn.sylinx : hbatis-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
hbatis-core-2.0.0.RELEASE
1.10.x
hbatis-core-1.10.6.RELEASE
hbatis-core-1.10.5.RELEASE
hbatis-core-1.10.4.RELEASE
hbatis-core-1.10.3.RELEASE
hbatis-core-1.10.2.RELEASE
hbatis-core-1.10.1.RELEASE
hbatis-core-1.10.0.RELEASE
1.9.x
hbatis-core-1.9.13.RELEASE
hbatis-core-1.9.12.RELEASE
hbatis-core-1.9.11.RELEASE
hbatis-core-1.9.10.RELEASE
hbatis-core-1.9.9.RELEASE
hbatis-core-1.9.8.RELEASE
hbatis-core-1.9.7.RELEASE
hbatis-core-1.9.6.RELEASE
hbatis-core-1.9.5.RELEASE
hbatis-core-1.9.4.RELEASE
hbatis-core-1.9.3.RELEASE
hbatis-core-1.9.2.2.RELEASE
hbatis-core-1.9.2.1.RELEASE
hbatis-core-1.9.1.RELEASE
hbatis-core-1.9.0.RELEASE
1.8.x
hbatis-core-1.8.7.RELEASE
hbatis-core-1.8.6.RELEASE
hbatis-core-1.8.5.RELEASE
hbatis-core-1.8.4.RELEASE
hbatis-core-1.8.3.6.RELEASE
hbatis-core-1.8.3.5.RELEASE
hbatis-core-1.8.3.4.RELEASE
hbatis-core-1.8.3.3.RELEASE
hbatis-core-1.8.3.2.RELEASE
hbatis-core-1.8.3.1.RELEASE
hbatis-core-1.8.3.RELEASE
hbatis-core-1.8.2.RELEASE
hbatis-core-1.8.1.3.RELEASE
hbatis-core-1.8.1.2.RELEASE
hbatis-core-1.8.1.1.RELEASE
hbatis-core-1.8.1.RELEASE
hbatis-core-1.8.0.RELEASE
1.7.x
hbatis-core-1.7.9.RELEASE
hbatis-core-1.7.8.RELEASE
hbatis-core-1.7.7.RELEASE
hbatis-core-1.7.6-RC.3
hbatis-core-1.7.6-RC.2
hbatis-core-1.7.6-RC.1
hbatis-core-1.7.5-RC.1
hbatis-core-1.7.4.release
hbatis-core-1.7.4-RC.2
hbatis-core-1.7.4-RC.1
hbatis-core-1.7.3-RC.7
hbatis-core-1.7.3-RC.6
hbatis-core-1.7.3-RC.5
hbatis-core-1.7.3-RC.4
hbatis-core-1.7.3-RC.3
hbatis-core-1.7.3-RC.2
hbatis-core-1.7.3-RC.1
hbatis-core-1.7.2.RELEASE
hbatis-core-1.7.2-rc.3
hbatis-core-1.7.2-rc.2
hbatis-core-1.7.2-rc.1
hbatis-core-1.7.1
hbatis-core-1.7.0
1.6.x
hbatis-core-1.6.5
hbatis-core-1.6.4
hbatis-core-1.6.1
hbatis-core-1.6.0
1.5.x
hbatis-core-1.5.8
hbatis-core-1.5.7
hbatis-core-1.5.6
hbatis-core-1.5.5
hbatis-core-1.5.4
hbatis-core-1.5.3
hbatis-core-1.5.2
hbatis-core-1.5.1-GA
hbatis-core-1.5.0-GA
1.4.x
hbatis-core-1.4.0-GA
hbatis-core-1.4.0-rc.1
1.3.x
hbatis-core-1.3.3-rc.2
hbatis-core-1.3.3-rc.1
hbatis-core-1.3.2-rc.2
hbatis-core-1.3.2-rc.1
hbatis-core-1.3.1-ga
hbatis-core-1.3.1-rc.4
hbatis-core-1.3.1-rc.3
hbatis-core-1.3.1-rc.1
hbatis-core-1.3.0
1.2.x
hbatis-core-1.2.4
hbatis-core-1.2.3
hbatis-core-1.2.2
hbatis-core-1.2.1
1.2
hbatis-core-1.2
1.1
hbatis-core-1.1

How to add a dependency to Maven

Add the following cn.sylinx : hbatis-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.sylinx</groupId>
    <artifactId>hbatis-core</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.sylinx : hbatis-core gradle dependency to your build.gradle file:

implementation 'cn.sylinx:hbatis-core:2.0.0.RELEASE'

Gradle Kotlin DSL: Add the following cn.sylinx : hbatis-core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.sylinx:hbatis-core:2.0.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.sylinx : hbatis-core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.sylinx" % "hbatis-core" % "2.0.0.RELEASE"

Advertisement