License |
License |
---|---|
GroupId | GroupIdme.wuwenbin |
ArtifactId | ArtifactIdtemplate-dao |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontemplate-dao
Provide some convenient methods to operate mysql daos.
|
Project URL |
Project URL |
Filename | Size |
---|---|
template-dao-1.2.0.pom | |
template-dao-1.2.0.jar | 34 KB |
template-dao-1.2.0-sources.jar | 26 KB |
template-dao-1.2.0-javadoc.jar | 219 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-dao/ -->
<dependency>
<groupId>me.wuwenbin</groupId>
<artifactId>template-dao</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-dao/
implementation 'me.wuwenbin:template-dao:1.2.0'
// https://jarcasting.com/artifacts/me.wuwenbin/template-dao/
implementation ("me.wuwenbin:template-dao:1.2.0")
'me.wuwenbin:template-dao:jar:1.2.0'
<dependency org="me.wuwenbin" name="template-dao" rev="1.2.0">
<artifact name="template-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-dao', version='1.2.0')
)
libraryDependencies += "me.wuwenbin" % "template-dao" % "1.2.0"
[me.wuwenbin/template-dao "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
me.wuwenbin : template-pojo | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 4.1.7.RELEASE |
org.springframework : spring-context | jar | 4.1.7.RELEASE |
org.springframework : spring-tx | jar | 4.1.7.RELEASE |
org.springframework : spring-aop | jar | 4.1.7.RELEASE |
org.springframework : spring-aspects | jar | 4.1.7.RELEASE |
com.alibaba : druid | jar | 1.0.18 |
mysql : mysql-connector-java | jar | 5.1.37 |
org.aspectj : aspectjrt | jar | 1.8.6 |
org.aspectj : aspectjweaver | jar | 1.8.6 |
cglib : cglib | jar | 3.1 |
org.slf4j : slf4j-api | jar | 1.7.21 |
javax : javaee-api | jar | 6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |