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