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