MVN

net.hasor : hasor-jdbc

Maven & Gradle

Jan 17, 2014
859 stars

Hasor-Jdbc · the Hasor Jdbc project.

<dependency>
    <groupId>net.hasor</groupId>
    <artifactId>hasor-jdbc</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.hasor : hasor-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of net.hasor : hasor-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
hasor-jdbc-0.0.2
hasor-jdbc-0.0.1

How to add a dependency to Maven

Add the following net.hasor : hasor-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.hasor</groupId>
    <artifactId>hasor-jdbc</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.hasor : hasor-jdbc gradle dependency to your build.gradle file:

implementation 'net.hasor:hasor-jdbc:0.0.2'

Gradle Kotlin DSL: Add the following net.hasor : hasor-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("net.hasor:hasor-jdbc:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.hasor : hasor-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "net.hasor" % "hasor-jdbc" % "0.0.2"