License |
License |
---|---|
GroupId | GroupIdcc.carm.lib |
ArtifactId | ArtifactIdeasysql-parent |
Version | Version0.3.7 |
Type | Typepom |
Description |
DescriptionEasySQL
简单便捷的数据库操作工具,可自选连接池。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easysql-parent-0.3.7.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.carm.lib/easysql-parent/ -->
<dependency>
<groupId>cc.carm.lib</groupId>
<artifactId>easysql-parent</artifactId>
<version>0.3.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cc.carm.lib/easysql-parent/
implementation 'cc.carm.lib:easysql-parent:0.3.7'
// https://jarcasting.com/artifacts/cc.carm.lib/easysql-parent/
implementation ("cc.carm.lib:easysql-parent:0.3.7")
'cc.carm.lib:easysql-parent:pom:0.3.7'
<dependency org="cc.carm.lib" name="easysql-parent" rev="0.3.7">
<artifact name="easysql-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cc.carm.lib', module='easysql-parent', version='0.3.7')
)
libraryDependencies += "cc.carm.lib" % "easysql-parent" % "0.3.7"
[cc.carm.lib/easysql-parent "0.3.7"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |