MVN

com.lyloou : component-db-mybatis-dml-library

Maven & Gradle

Mar 10, 2023
<dependency>
    <groupId>com.lyloou</groupId>
    <artifactId>component-db-mybatis-dml-library</artifactId>
    <version>1.0.75</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lyloou : component-db-mybatis-dml-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.75

All Versions

Choose a version of com.lyloou : component-db-mybatis-dml-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
component-db-mybatis-dml-library-1.0.75
component-db-mybatis-dml-library-1.0.73
component-db-mybatis-dml-library-1.0.57
component-db-mybatis-dml-library-1.0.40
component-db-mybatis-dml-library-1.0.33
component-db-mybatis-dml-library-1.0.28

How to add a dependency to Maven

Add the following com.lyloou : component-db-mybatis-dml-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lyloou</groupId>
    <artifactId>component-db-mybatis-dml-library</artifactId>
    <version>1.0.75</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lyloou : component-db-mybatis-dml-library gradle dependency to your build.gradle file:

implementation 'com.lyloou:component-db-mybatis-dml-library:1.0.75'

Gradle Kotlin DSL: Add the following com.lyloou : component-db-mybatis-dml-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lyloou:component-db-mybatis-dml-library:1.0.75")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lyloou : component-db-mybatis-dml-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lyloou" % "component-db-mybatis-dml-library" % "1.0.75"