License |
License |
---|---|
GroupId | GroupIdio.github.yangziwen |
ArtifactId | ArtifactIdquick-dao |
Last Version | Last Version0.0.21 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionquick-dao
a data access tool for rapid development
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
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"]