| License |
License |
|---|---|
| GroupId | GroupIdcom.ibeetl |
| ArtifactId | ArtifactIdsql-gen |
| Version | Version3.14.2-RELEASE |
| Type | Typejar |
| Description |
Descriptionjava DAO tool
|
| Filename | Size |
|---|---|
| sql-gen-3.14.2-RELEASE.pom | |
| sql-gen-3.14.2-RELEASE.jar | 30 KB |
| sql-gen-3.14.2-RELEASE-sources.jar | 17 KB |
| sql-gen-3.14.2-RELEASE-javadoc.jar | 133 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ibeetl/sql-gen/ -->
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>sql-gen</artifactId>
<version>3.14.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibeetl/sql-gen/
implementation 'com.ibeetl:sql-gen:3.14.2-RELEASE'
// https://jarcasting.com/artifacts/com.ibeetl/sql-gen/
implementation ("com.ibeetl:sql-gen:3.14.2-RELEASE")
'com.ibeetl:sql-gen:jar:3.14.2-RELEASE'
<dependency org="com.ibeetl" name="sql-gen" rev="3.14.2-RELEASE">
<artifact name="sql-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibeetl', module='sql-gen', version='3.14.2-RELEASE')
)
libraryDependencies += "com.ibeetl" % "sql-gen" % "3.14.2-RELEASE"
[com.ibeetl/sql-gen "3.14.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.ibeetl : sql-core | jar | 3.14.2-RELEASE |
| com.ibeetl : sql-mapper | jar | 3.14.2-RELEASE |
| com.ibeetl : beetl | jar | 3.10.0.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |