| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.jovezhao.nest |
| ArtifactId | ArtifactIdnest-mybatis |
| Version | Version1.3.RELEASE |
| Type | Typejar |
| Description |
Descriptionnest framework
|
| Filename | Size |
|---|---|
| nest-mybatis-1.3.RELEASE.pom | |
| nest-mybatis-1.3.RELEASE.jar | 10 KB |
| nest-mybatis-1.3.RELEASE-sources.jar | 5 KB |
| nest-mybatis-1.3.RELEASE-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jovezhao.nest/nest-mybatis/ -->
<dependency>
<groupId>com.jovezhao.nest</groupId>
<artifactId>nest-mybatis</artifactId>
<version>1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jovezhao.nest/nest-mybatis/
implementation 'com.jovezhao.nest:nest-mybatis:1.3.RELEASE'
// https://jarcasting.com/artifacts/com.jovezhao.nest/nest-mybatis/
implementation ("com.jovezhao.nest:nest-mybatis:1.3.RELEASE")
'com.jovezhao.nest:nest-mybatis:jar:1.3.RELEASE'
<dependency org="com.jovezhao.nest" name="nest-mybatis" rev="1.3.RELEASE">
<artifact name="nest-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jovezhao.nest', module='nest-mybatis', version='1.3.RELEASE')
)
libraryDependencies += "com.jovezhao.nest" % "nest-mybatis" % "1.3.RELEASE"
[com.jovezhao.nest/nest-mybatis "1.3.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jovezhao.nest : nest-ddd | jar | 1.3.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.2.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.0 |