MVN

org.domdrides : domdrides-ibatis

Maven & Gradle

Feb 15, 2013
1 usages

domdrides-ibatis · Domain-Driven Design iBATIS Implementation

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

Latest Version

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

  • Latest Stable: 1.8

All Versions

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

Version Vulnerabilities Updated
1.8
domdrides-ibatis-1.8
1.7
domdrides-ibatis-1.7
1.6
domdrides-ibatis-1.6
1.5
domdrides-ibatis-1.5
1.2
domdrides-ibatis-1.2
1.1
domdrides-ibatis-1.1
1.0
domdrides-ibatis-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.domdrides</groupId>
    <artifactId>domdrides-ibatis</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.domdrides:domdrides-ibatis:1.8'

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

implementation("org.domdrides:domdrides-ibatis:1.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.domdrides" % "domdrides-ibatis" % "1.8"