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