MVN

io.github.lhysin : mybatis-ddd

Maven & Gradle

Jan 31, 2023
2 stars

mybatis-ddd · Mybatis Domain Driven Design

<dependency>
    <groupId>io.github.lhysin</groupId>
    <artifactId>mybatis-ddd</artifactId>
    <version>1.1.4-REALESE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.lhysin : mybatis-ddd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4-REALESE

All Versions

Choose a version of io.github.lhysin : mybatis-ddd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mybatis-ddd-1.1.4-REALESE
mybatis-ddd-1.1.3-REALESE
mybatis-ddd-1.1.2-REALESE
mybatis-ddd-1.1.1-REALESE
mybatis-ddd-1.1.0-REALESE
1.0.x
mybatis-ddd-1.0.2-REALESE
mybatis-ddd-1.0.1-REALESE
mybatis-ddd-1.0.0-REALESE
0.0.x
mybatis-ddd-0.0.4-REALESE
mybatis-ddd-0.0.3-REALESE

How to add a dependency to Maven

Add the following io.github.lhysin : mybatis-ddd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.lhysin</groupId>
    <artifactId>mybatis-ddd</artifactId>
    <version>1.1.4-REALESE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.lhysin : mybatis-ddd gradle dependency to your build.gradle file:

implementation 'io.github.lhysin:mybatis-ddd:1.1.4-REALESE'

Gradle Kotlin DSL: Add the following io.github.lhysin : mybatis-ddd gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.lhysin:mybatis-ddd:1.1.4-REALESE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.lhysin : mybatis-ddd sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.lhysin" % "mybatis-ddd" % "1.1.4-REALESE"