License |
License |
---|---|
GroupId | GroupIdme.wuwenbin |
ArtifactId | ArtifactIdtemplate-modules-dao |
Version | Version3.0.0.RELEASE |
Type | Typejar |
Description |
Descriptiontemplate-modules-dao
Provide some convenient methods to operate mysql daos.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-modules-dao/ -->
<dependency>
<groupId>me.wuwenbin</groupId>
<artifactId>template-modules-dao</artifactId>
<version>3.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-modules-dao/
implementation 'me.wuwenbin:template-modules-dao:3.0.0.RELEASE'
// https://jarcasting.com/artifacts/me.wuwenbin/template-modules-dao/
implementation ("me.wuwenbin:template-modules-dao:3.0.0.RELEASE")
'me.wuwenbin:template-modules-dao:jar:3.0.0.RELEASE'
<dependency org="me.wuwenbin" name="template-modules-dao" rev="3.0.0.RELEASE">
<artifact name="template-modules-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-modules-dao', version='3.0.0.RELEASE')
)
libraryDependencies += "me.wuwenbin" % "template-modules-dao" % "3.0.0.RELEASE"
[me.wuwenbin/template-modules-dao "3.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
me.wuwenbin : template-utils-pojo | jar | 3.0.0.RELEASE |
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 |
---|---|---|
org.springframework : spring-test | jar | 4.1.7.RELEASE |
junit : junit | jar | 4.12 |