| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdorg.mybatis.generator |
| ArtifactId | ArtifactIdmybatis-generator-core |
| Last Version | Last Version1.4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMyBatis Generator Core
MyBatis Generator - a code generator for MyBatis.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.mybatis.generator/mybatis-generator-core/ -->
<dependency>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-core</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis.generator/mybatis-generator-core/
implementation 'org.mybatis.generator:mybatis-generator-core:1.4.1'
// https://jarcasting.com/artifacts/org.mybatis.generator/mybatis-generator-core/
implementation ("org.mybatis.generator:mybatis-generator-core:1.4.1")
'org.mybatis.generator:mybatis-generator-core:jar:1.4.1'
<dependency org="org.mybatis.generator" name="mybatis-generator-core" rev="1.4.1">
<artifact name="mybatis-generator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis.generator', module='mybatis-generator-core', version='1.4.1')
)
libraryDependencies += "org.mybatis.generator" % "mybatis-generator-core" % "1.4.1"
[org.mybatis.generator/mybatis-generator-core "1.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api Optional | jar | 1.7.36 |
| org.apache.logging.log4j : log4j-api Optional | jar | 2.17.2 |
| commons-logging : commons-logging Optional | jar | 1.2 |
| org.apache.ant : ant Optional | jar | 1.10.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.11 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.platform : junit-platform-launcher | jar | 1.8.2 |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.hsqldb : hsqldb | jar | 2.5.1 |
| com.github.javaparser : javaparser-core | jar | 3.24.0 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |