MVN

com.workoss.boot : mybatis-plugin

Maven & Gradle

Sep 03, 2020
<dependency>
    <groupId>com.workoss.boot</groupId>
    <artifactId>mybatis-plugin</artifactId>
    <version>1.0.8-RC1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.workoss.boot : mybatis-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.8-RC1
  • Latest Release Candidate: 1.0.8-RC1

All Versions

Choose a version of com.workoss.boot : mybatis-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-plugin-1.0.8-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.workoss.boot</groupId>
    <artifactId>mybatis-plugin</artifactId>
    <version>1.0.8-RC1</version>
</dependency>

Advertisement