MVN

cn.tenmg : hibernate-sqltool

Maven & Gradle

Jun 16, 2021

hibernate-sqltool · 集成hibernate和sqltool两个框架,为Java应用提供强大的数据库读写能力

<dependency>
    <groupId>cn.tenmg</groupId>
    <artifactId>hibernate-sqltool</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.tenmg : hibernate-sqltool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of cn.tenmg : hibernate-sqltool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hibernate-sqltool-1.0.0

How to add a dependency to Maven

Add the following cn.tenmg : hibernate-sqltool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.tenmg</groupId>
    <artifactId>hibernate-sqltool</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.tenmg : hibernate-sqltool gradle dependency to your build.gradle file:

implementation 'cn.tenmg:hibernate-sqltool:1.0.0'

Gradle Kotlin DSL: Add the following cn.tenmg : hibernate-sqltool gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.tenmg:hibernate-sqltool:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.tenmg : hibernate-sqltool sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.tenmg" % "hibernate-sqltool" % "1.0.0"

Advertisement

Dependencies from Group

dsl
Aug 04, 2023
4 usages
Jul 13, 2023
2 usages
1 stars
Jul 13, 2023
2 usages
Aug 12, 2021
2 usages
Jun 26, 2023
2 usages

Discover Dependencies