is not current version
Last Version 1.05STABLE

org.wowtools:catframe-dao 1.04

自用框架-数据库操作

GroupId

GroupId

org.wowtools
ArtifactId

ArtifactId

catframe-dao
Version

Version

1.04
Type

Type

jar

Download catframe-dao 1.04


<!-- https://jarcasting.com/artifacts/org.wowtools/catframe-dao/ -->
<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>catframe-dao</artifactId>
    <version>1.04</version>
</dependency>
// https://jarcasting.com/artifacts/org.wowtools/catframe-dao/
implementation 'org.wowtools:catframe-dao:1.04'
// https://jarcasting.com/artifacts/org.wowtools/catframe-dao/
implementation ("org.wowtools:catframe-dao:1.04")
'org.wowtools:catframe-dao:jar:1.04'
<dependency org="org.wowtools" name="catframe-dao" rev="1.04">
  <artifact name="catframe-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wowtools', module='catframe-dao', version='1.04')
)
libraryDependencies += "org.wowtools" % "catframe-dao" % "1.04"
[org.wowtools/catframe-dao "1.04"]