License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcn.tenmg |
ArtifactId | ArtifactIdhibernate-sqltool |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhibernate-sqltool
集成hibernate和sqltool两个框架,为Java应用提供强大的数据库读写能力
|
Filename | Size |
---|---|
hibernate-sqltool-1.0.0.pom | |
hibernate-sqltool-1.0.0.jar | 20 KB |
hibernate-sqltool-1.0.0-sources.jar | 14 KB |
hibernate-sqltool-1.0.0-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.tenmg/hibernate-sqltool/ -->
<dependency>
<groupId>cn.tenmg</groupId>
<artifactId>hibernate-sqltool</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tenmg/hibernate-sqltool/
implementation 'cn.tenmg:hibernate-sqltool:1.0.0'
// https://jarcasting.com/artifacts/cn.tenmg/hibernate-sqltool/
implementation ("cn.tenmg:hibernate-sqltool:1.0.0")
'cn.tenmg:hibernate-sqltool:jar:1.0.0'
<dependency org="cn.tenmg" name="hibernate-sqltool" rev="1.0.0">
<artifact name="hibernate-sqltool" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tenmg', module='hibernate-sqltool', version='1.0.0')
)
libraryDependencies += "cn.tenmg" % "hibernate-sqltool" % "1.0.0"
[cn.tenmg/hibernate-sqltool "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 5.0.12.Final |
cn.tenmg : sqltool | jar | 1.2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |