License |
License |
---|---|
GroupId | GroupIdio.github.yangziwen |
ArtifactId | ArtifactIdquick-dao-example |
Last Version | Last Version0.0.21 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquick-dao-example
a data access tool for rapid development
|
Project URL |
Project URL |
Filename | Size |
---|---|
quick-dao-example-0.0.21.pom | |
quick-dao-example-0.0.21.jar | 14 KB |
quick-dao-example-0.0.21-sources.jar | 6 KB |
quick-dao-example-0.0.21-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yangziwen/quick-dao-example/ -->
<dependency>
<groupId>io.github.yangziwen</groupId>
<artifactId>quick-dao-example</artifactId>
<version>0.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yangziwen/quick-dao-example/
implementation 'io.github.yangziwen:quick-dao-example:0.0.21'
// https://jarcasting.com/artifacts/io.github.yangziwen/quick-dao-example/
implementation ("io.github.yangziwen:quick-dao-example:0.0.21")
'io.github.yangziwen:quick-dao-example:jar:0.0.21'
<dependency org="io.github.yangziwen" name="quick-dao-example" rev="0.0.21">
<artifact name="quick-dao-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yangziwen', module='quick-dao-example', version='0.0.21')
)
libraryDependencies += "io.github.yangziwen" % "quick-dao-example" % "0.0.21"
[io.github.yangziwen/quick-dao-example "0.0.21"]
Group / Artifact | Type | Version |
---|---|---|
io.github.yangziwen : quick-dao-sql2o | jar | 0.0.21 |
io.github.yangziwen : quick-dao-mybatis | jar | 0.0.21 |
io.github.yangziwen : quick-dao-spring-jdbc | jar | 0.0.21 |
mysql : mysql-connector-java | jar | 8.0.16 |
org.apache.tomcat : tomcat-jdbc | jar | 9.0.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
com.h2database : h2 | jar | 1.4.197 |
org.dbunit : dbunit | jar | 2.6.0 |