Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.blackdotan |
ArtifactId | ArtifactIdscrat-mybatis-generator-plugin |
Last Version | Last Version1.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
scrat-mybatis-generator-plugin-1.2.3.pom | |
scrat-mybatis-generator-plugin-1.2.3.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.blackdotan/scrat-mybatis-generator-plugin/ -->
<dependency>
<groupId>io.github.blackdotan</groupId>
<artifactId>scrat-mybatis-generator-plugin</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.blackdotan/scrat-mybatis-generator-plugin/
implementation 'io.github.blackdotan:scrat-mybatis-generator-plugin:1.2.3'
// https://jarcasting.com/artifacts/io.github.blackdotan/scrat-mybatis-generator-plugin/
implementation ("io.github.blackdotan:scrat-mybatis-generator-plugin:1.2.3")
'io.github.blackdotan:scrat-mybatis-generator-plugin:jar:1.2.3'
<dependency org="io.github.blackdotan" name="scrat-mybatis-generator-plugin" rev="1.2.3">
<artifact name="scrat-mybatis-generator-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.blackdotan', module='scrat-mybatis-generator-plugin', version='1.2.3')
)
libraryDependencies += "io.github.blackdotan" % "scrat-mybatis-generator-plugin" % "1.2.3"
[io.github.blackdotan/scrat-mybatis-generator-plugin "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.1.1 |
org.mybatis.generator : mybatis-generator-core | jar | 1.3.7 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |