License |
License |
---|---|
Categories |
CategoriesNet MyBatis Data ORM |
GroupId | GroupIdnet.oschina.durcframework |
ArtifactId | ArtifactIdeasymybatis |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneasymybatis
easymybatis
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easymybatis-2.1.1.pom | |
easymybatis-2.1.1.jar | 147 KB |
easymybatis-2.1.1-sources.jar | 138 KB |
easymybatis-2.1.1-javadoc.jar | 708 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oschina.durcframework/easymybatis/ -->
<dependency>
<groupId>net.oschina.durcframework</groupId>
<artifactId>easymybatis</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.durcframework/easymybatis/
implementation 'net.oschina.durcframework:easymybatis:2.1.1'
// https://jarcasting.com/artifacts/net.oschina.durcframework/easymybatis/
implementation ("net.oschina.durcframework:easymybatis:2.1.1")
'net.oschina.durcframework:easymybatis:jar:2.1.1'
<dependency org="net.oschina.durcframework" name="easymybatis" rev="2.1.1">
<artifact name="easymybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.durcframework', module='easymybatis', version='2.1.1')
)
libraryDependencies += "net.oschina.durcframework" % "easymybatis" % "2.1.1"
[net.oschina.durcframework/easymybatis "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.6 |
org.mybatis : mybatis-spring | jar | 1.3.2 |
org.apache.velocity : velocity | jar | 1.7 |
commons-io : commons-io | jar | 2.4 |
dom4j : dom4j | jar | 1.6.1 |
com.alibaba : fastjson Optional | jar | 1.2.47 |
org.springframework : spring-core | jar | 4.3.2.RELEASE |
org.springframework : spring-beans | jar | 4.3.2.RELEASE |
org.springframework : spring-context | jar | 4.3.2.RELEASE |
org.springframework : spring-jdbc | jar | 4.3.2.RELEASE |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |