MVN

org.appfuse : appfuse-ibatis

Maven & Gradle

Mar 31, 2011

AppFuse iBATIS Module · AppFuse DAO backend implemented with iBATIS (http://ibatis.apache.org).

<dependency>
    <groupId>org.appfuse</groupId>
    <artifactId>appfuse-ibatis</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.appfuse : appfuse-ibatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Release Candidate: 2.0-rc1

All Versions

Choose a version of org.appfuse : appfuse-ibatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
appfuse-ibatis-2.1.0
appfuse-ibatis-2.1.0-M2
appfuse-ibatis-2.1.0-M1
2.0
appfuse-ibatis-2.0-m5
appfuse-ibatis-2.0-m4
appfuse-ibatis-2.0-m3
appfuse-ibatis-2.0-m2
appfuse-ibatis-2.0
appfuse-ibatis-2.0-rc1
2.0.x
appfuse-ibatis-2.0.2
appfuse-ibatis-2.0.1

How to add a dependency to Maven

Add the following org.appfuse : appfuse-ibatis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.appfuse</groupId>
    <artifactId>appfuse-ibatis</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.appfuse : appfuse-ibatis gradle dependency to your build.gradle file:

implementation 'org.appfuse:appfuse-ibatis:2.1.0'

Gradle Kotlin DSL: Add the following org.appfuse : appfuse-ibatis gradle kotlin dependency to your build.gradle.kts file:

implementation("org.appfuse:appfuse-ibatis:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.appfuse : appfuse-ibatis sbt scala dependency to your build.sbt file:

libraryDependencies += "org.appfuse" % "appfuse-ibatis" % "2.1.0"

Advertisement

Dependencies from Group

Feb 20, 2015
15 usages
405 stars
Feb 20, 2015
14 usages
405 stars
Feb 20, 2015
6 usages
405 stars
Feb 20, 2015
3 usages
405 stars
Feb 20, 2015
1 usages
405 stars

Discover Dependencies