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