MVN

cn.sylinx : hbatis-mirage

Maven & Gradle

Mar 27, 2018
2 usages

hbatis-mirage · hbatis mirage is a simple orm framework, extends hbatis-core

<dependency>
    <groupId>cn.sylinx</groupId>
    <artifactId>hbatis-mirage</artifactId>
    <version>1.3.1-ga</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.1-ga
  • Latest Release Candidate: 1.3.3-rc.2

All Versions

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

Version Vulnerabilities Updated
1.3.x
hbatis-mirage-1.3.3-rc.2
hbatis-mirage-1.3.3-rc.1
hbatis-mirage-1.3.2-rc.2
hbatis-mirage-1.3.2-rc.1
hbatis-mirage-1.3.1-ga
hbatis-mirage-1.3.1-rc.4
hbatis-mirage-1.3.1-rc.3
hbatis-mirage-1.3.1-rc.1
hbatis-mirage-1.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.sylinx</groupId>
    <artifactId>hbatis-mirage</artifactId>
    <version>1.3.1-ga</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.sylinx:hbatis-mirage:1.3.1-ga'

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

implementation("cn.sylinx:hbatis-mirage:1.3.1-ga")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.sylinx" % "hbatis-mirage" % "1.3.1-ga"

Advertisement