| License |
License |
|---|---|
| GroupId | GroupIdcom.github.huifer |
| ArtifactId | ArtifactIdcrud |
| Last Version | Last Version0.0.5-Releases-hot-fix |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncrud-template
crud template for mybatis and redis
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| crud-0.0.5-Releases-hot-fix.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.huifer/crud/ -->
<dependency>
<groupId>com.github.huifer</groupId>
<artifactId>crud</artifactId>
<version>0.0.5-Releases-hot-fix</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.huifer/crud/
implementation 'com.github.huifer:crud:0.0.5-Releases-hot-fix'
// https://jarcasting.com/artifacts/com.github.huifer/crud/
implementation ("com.github.huifer:crud:0.0.5-Releases-hot-fix")
'com.github.huifer:crud:pom:0.0.5-Releases-hot-fix'
<dependency org="com.github.huifer" name="crud" rev="0.0.5-Releases-hot-fix">
<artifact name="crud" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.huifer', module='crud', version='0.0.5-Releases-hot-fix')
)
libraryDependencies += "com.github.huifer" % "crud" % "0.0.5-Releases-hot-fix"
[com.github.huifer/crud "0.0.5-Releases-hot-fix"]