GroupId | GroupIdcn.vonce |
---|---|
ArtifactId | ArtifactIdvonce-sqlbean |
Version | Version0.9.6 |
Type | Typejar |
Filename | Size |
---|---|
vonce-sqlbean-0.9.6.pom | |
vonce-sqlbean-0.9.6.jar | 88 KB |
vonce-sqlbean-0.9.6-sources.jar | 59 KB |
vonce-sqlbean-0.9.6-javadoc.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean/ -->
<dependency>
<groupId>cn.vonce</groupId>
<artifactId>vonce-sqlbean</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean/
implementation 'cn.vonce:vonce-sqlbean:0.9.6'
// https://jarcasting.com/artifacts/cn.vonce/vonce-sqlbean/
implementation ("cn.vonce:vonce-sqlbean:0.9.6")
'cn.vonce:vonce-sqlbean:jar:0.9.6'
<dependency org="cn.vonce" name="vonce-sqlbean" rev="0.9.6">
<artifact name="vonce-sqlbean" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vonce', module='vonce-sqlbean', version='0.9.6')
)
libraryDependencies += "cn.vonce" % "vonce-sqlbean" % "0.9.6"
[cn.vonce/vonce-sqlbean "0.9.6"]