| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdio.mybatis |
| ArtifactId | ArtifactIdmybatis-activerecord |
| Last Version | Last Version1.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMyBatis Mapper Parent
|
| Filename | Size |
|---|---|
| mybatis-activerecord-1.2.2.pom | |
| mybatis-activerecord-1.2.2.jar | 12 KB |
| mybatis-activerecord-1.2.2-sources.jar | 11 KB |
| mybatis-activerecord-1.2.2-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.mybatis/mybatis-activerecord/ -->
<dependency>
<groupId>io.mybatis</groupId>
<artifactId>mybatis-activerecord</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.mybatis/mybatis-activerecord/
implementation 'io.mybatis:mybatis-activerecord:1.2.2'
// https://jarcasting.com/artifacts/io.mybatis/mybatis-activerecord/
implementation ("io.mybatis:mybatis-activerecord:1.2.2")
'io.mybatis:mybatis-activerecord:jar:1.2.2'
<dependency org="io.mybatis" name="mybatis-activerecord" rev="1.2.2">
<artifact name="mybatis-activerecord" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mybatis', module='mybatis-activerecord', version='1.2.2')
)
libraryDependencies += "io.mybatis" % "mybatis-activerecord" % "1.2.2"
[io.mybatis/mybatis-activerecord "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.mybatis : mybatis-mapper | jar | 1.2.2 |
| org.mybatis : mybatis-spring | jar | 2.0.7 |
| org.springframework : spring-context Optional | jar | 5.3.18 |
| org.springframework.boot : spring-boot-starter Optional | jar | 2.6.6 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| ch.qos.logback : logback-classic | jar | 1.2.11 |
| org.springframework : spring-jdbc | jar | 5.3.18 |
| org.hsqldb : hsqldb | jar | 2.5.2 |