License |
License |
---|---|
Categories |
CategoriesGroovy Languages MyBatis Data ORM |
GroupId | GroupIdio.github.taylorxian |
ArtifactId | ArtifactIdmybatis-groovy |
Last Version | Last Version1.0.0-RC |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-groovy
mybatis groovy plugin
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-groovy-1.0.0-RC.pom | |
mybatis-groovy-1.0.0-RC.jar | 33 KB |
mybatis-groovy-1.0.0-RC-sources.jar | 18 KB |
mybatis-groovy-1.0.0-RC-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.taylorxian/mybatis-groovy/ -->
<dependency>
<groupId>io.github.taylorxian</groupId>
<artifactId>mybatis-groovy</artifactId>
<version>1.0.0-RC</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.taylorxian/mybatis-groovy/
implementation 'io.github.taylorxian:mybatis-groovy:1.0.0-RC'
// https://jarcasting.com/artifacts/io.github.taylorxian/mybatis-groovy/
implementation ("io.github.taylorxian:mybatis-groovy:1.0.0-RC")
'io.github.taylorxian:mybatis-groovy:jar:1.0.0-RC'
<dependency org="io.github.taylorxian" name="mybatis-groovy" rev="1.0.0-RC">
<artifact name="mybatis-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.taylorxian', module='mybatis-groovy', version='1.0.0-RC')
)
libraryDependencies += "io.github.taylorxian" % "mybatis-groovy" % "1.0.0-RC"
[io.github.taylorxian/mybatis-groovy "1.0.0-RC"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.7 |
org.codehaus.groovy : groovy | jar | 3.0.8 |
com.github.jsqlparser : jsqlparser | jar | 3.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.commons : commons-lang3 | jar | 3.10 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |