MVN

com.github.atool : fluent-mybatis-processor

Maven & Gradle

Jan 15, 2023
5 usages
<dependency>
    <groupId>com.github.atool</groupId>
    <artifactId>fluent-mybatis-processor</artifactId>
    <version>1.9.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.atool : fluent-mybatis-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.9

All Versions

Choose a version of com.github.atool : fluent-mybatis-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
fluent-mybatis-processor-1.9.9
fluent-mybatis-processor-1.9.8
fluent-mybatis-processor-1.9.7.1
fluent-mybatis-processor-1.9.7
fluent-mybatis-processor-1.9.6
fluent-mybatis-processor-1.9.5
fluent-mybatis-processor-1.9.4.1
fluent-mybatis-processor-1.9.4
fluent-mybatis-processor-1.9.3
fluent-mybatis-processor-1.9.2
fluent-mybatis-processor-1.9.1.2
fluent-mybatis-processor-1.9.1.1
fluent-mybatis-processor-1.9.1
fluent-mybatis-processor-1.9.0.1
fluent-mybatis-processor-1.9.0
1.8.x
fluent-mybatis-processor-1.8.7
fluent-mybatis-processor-1.8.6.1
fluent-mybatis-processor-1.8.6
fluent-mybatis-processor-1.8.5
fluent-mybatis-processor-1.8.4
fluent-mybatis-processor-1.8.3
fluent-mybatis-processor-1.8.2
fluent-mybatis-processor-1.8.1
fluent-mybatis-processor-1.8.0.1
fluent-mybatis-processor-1.8.0
1.7.x
fluent-mybatis-processor-1.7.3
fluent-mybatis-processor-1.7.2
fluent-mybatis-processor-1.7.1
fluent-mybatis-processor-1.7.0
1.6.x
fluent-mybatis-processor-1.6.15
fluent-mybatis-processor-1.6.14
fluent-mybatis-processor-1.6.13
fluent-mybatis-processor-1.6.12
fluent-mybatis-processor-1.6.11
fluent-mybatis-processor-1.6.10
fluent-mybatis-processor-1.6.9
fluent-mybatis-processor-1.6.8
fluent-mybatis-processor-1.6.7
fluent-mybatis-processor-1.6.6
fluent-mybatis-processor-1.6.5
fluent-mybatis-processor-1.6.4
fluent-mybatis-processor-1.6.3
fluent-mybatis-processor-1.6.2
fluent-mybatis-processor-1.6.1
fluent-mybatis-processor-1.6.0
1.5.x
fluent-mybatis-processor-1.5.10
fluent-mybatis-processor-1.5.9
fluent-mybatis-processor-1.5.8
fluent-mybatis-processor-1.5.7
fluent-mybatis-processor-1.5.6
fluent-mybatis-processor-1.5.5
fluent-mybatis-processor-1.5.4
fluent-mybatis-processor-1.5.2
fluent-mybatis-processor-1.5.1
fluent-mybatis-processor-1.5.0
1.4.x
fluent-mybatis-processor-1.4.15
fluent-mybatis-processor-1.4.14
fluent-mybatis-processor-1.4.13
fluent-mybatis-processor-1.4.12
fluent-mybatis-processor-1.4.11
fluent-mybatis-processor-1.4.10
fluent-mybatis-processor-1.4.9
fluent-mybatis-processor-1.4.8
fluent-mybatis-processor-1.4.7
fluent-mybatis-processor-1.4.6
fluent-mybatis-processor-1.4.5
fluent-mybatis-processor-1.4.4
fluent-mybatis-processor-1.4.3
fluent-mybatis-processor-1.4.2
fluent-mybatis-processor-1.4.1
fluent-mybatis-processor-1.4.0
1.3.x
fluent-mybatis-processor-1.3.3
fluent-mybatis-processor-1.3.2
fluent-mybatis-processor-1.3.1
fluent-mybatis-processor-1.3.0.1
fluent-mybatis-processor-1.3.0

How to add a dependency to Maven

Add the following com.github.atool : fluent-mybatis-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.atool</groupId>
    <artifactId>fluent-mybatis-processor</artifactId>
    <version>1.9.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.atool : fluent-mybatis-processor gradle dependency to your build.gradle file:

implementation 'com.github.atool:fluent-mybatis-processor:1.9.9'

Gradle Kotlin DSL: Add the following com.github.atool : fluent-mybatis-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.atool:fluent-mybatis-processor:1.9.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.atool : fluent-mybatis-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.atool" % "fluent-mybatis-processor" % "1.9.9"

Advertisement