| License |
License |
|---|---|
| GroupId | GroupIdcom.ibeetl |
| ArtifactId | ArtifactIdsql-core |
| Version | Version3.11.2-RELEASE |
| Type | Typejar |
| Description |
Descriptionjava DAO tool
|
| Filename | Size |
|---|---|
| sql-core-3.11.2-RELEASE.pom | |
| sql-core-3.11.2-RELEASE.jar | 424 KB |
| sql-core-3.11.2-RELEASE-sources.jar | 243 KB |
| sql-core-3.11.2-RELEASE-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ibeetl/sql-core/ -->
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>sql-core</artifactId>
<version>3.11.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibeetl/sql-core/
implementation 'com.ibeetl:sql-core:3.11.2-RELEASE'
// https://jarcasting.com/artifacts/com.ibeetl/sql-core/
implementation ("com.ibeetl:sql-core:3.11.2-RELEASE")
'com.ibeetl:sql-core:jar:3.11.2-RELEASE'
<dependency org="com.ibeetl" name="sql-core" rev="3.11.2-RELEASE">
<artifact name="sql-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibeetl', module='sql-core', version='3.11.2-RELEASE')
)
libraryDependencies += "com.ibeetl" % "sql-core" % "3.11.2-RELEASE"
[com.ibeetl/sql-core "3.11.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.ibeetl : sql-util | jar | 3.11.2-RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| com.ibeetl : beetl | jar | 3.8.1.RELEASE |
| org.projectlombok : lombok Optional | jar | 1.16.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |