GroupId | GroupIdcn.hserver |
---|---|
ArtifactId | ArtifactIdhserver-plugin-beetlsql |
Version | Version3.0.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.hserver/hserver-plugin-beetlsql/ -->
<dependency>
<groupId>cn.hserver</groupId>
<artifactId>hserver-plugin-beetlsql</artifactId>
<version>3.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hserver/hserver-plugin-beetlsql/
implementation 'cn.hserver:hserver-plugin-beetlsql:3.0.M1'
// https://jarcasting.com/artifacts/cn.hserver/hserver-plugin-beetlsql/
implementation ("cn.hserver:hserver-plugin-beetlsql:3.0.M1")
'cn.hserver:hserver-plugin-beetlsql:jar:3.0.M1'
<dependency org="cn.hserver" name="hserver-plugin-beetlsql" rev="3.0.M1">
<artifact name="hserver-plugin-beetlsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hserver', module='hserver-plugin-beetlsql', version='3.0.M1')
)
libraryDependencies += "cn.hserver" % "hserver-plugin-beetlsql" % "3.0.M1"
[cn.hserver/hserver-plugin-beetlsql "3.0.M1"]