Last Version

quick-dao 0.0.21

a data access tool for rapid development

License

License

GroupId

GroupId

io.github.yangziwen
ArtifactId

ArtifactId

quick-dao
Version

Version

0.0.21
Type

Type

pom
Description

Description

quick-dao
a data access tool for rapid development
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/yangziwen/quick-dao

Download quick-dao 0.0.21

Filename Size
quick-dao-0.0.21.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.yangziwen/quick-dao/ -->
<dependency>
    <groupId>io.github.yangziwen</groupId>
    <artifactId>quick-dao</artifactId>
    <version>0.0.21</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yangziwen/quick-dao/
implementation 'io.github.yangziwen:quick-dao:0.0.21'
// https://jarcasting.com/artifacts/io.github.yangziwen/quick-dao/
implementation ("io.github.yangziwen:quick-dao:0.0.21")
'io.github.yangziwen:quick-dao:pom:0.0.21'
<dependency org="io.github.yangziwen" name="quick-dao" rev="0.0.21">
  <artifact name="quick-dao" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.yangziwen', module='quick-dao', version='0.0.21')
)
libraryDependencies += "io.github.yangziwen" % "quick-dao" % "0.0.21"
[io.github.yangziwen/quick-dao "0.0.21"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • quick-dao-core
  • quick-dao-sql2o
  • quick-dao-example
  • quick-dao-mybatis
  • quick-dao-spring-jdbc