MVN

com.github.devgcoder : mybatis-entity

Maven & Gradle

May 24, 2021
0 stars

mybatis-entity · Demo project for Spring Boot

<dependency>
    <groupId>com.github.devgcoder</groupId>
    <artifactId>mybatis-entity</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.devgcoder : mybatis-entity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of com.github.devgcoder : mybatis-entity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-entity-1.0.8
mybatis-entity-1.0.7
mybatis-entity-1.0.6
mybatis-entity-1.0.5
mybatis-entity-1.0.4
mybatis-entity-1.0.3
mybatis-entity-1.0.2
mybatis-entity-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.devgcoder</groupId>
    <artifactId>mybatis-entity</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.devgcoder : mybatis-entity gradle dependency to your build.gradle file:

implementation 'com.github.devgcoder:mybatis-entity:1.0.8'

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

implementation("com.github.devgcoder:mybatis-entity:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.devgcoder : mybatis-entity sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.devgcoder" % "mybatis-entity" % "1.0.8"