MVN

vip.justlive : oxygen-jdbc

Maven & Gradle

Jan 12, 2023
3 usages

oxygen-jdbc · jdbc support of light framework

<dependency>
    <groupId>vip.justlive</groupId>
    <artifactId>oxygen-jdbc</artifactId>
    <version>3.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of vip.justlive : oxygen-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.8
  • Latest Alpha: 1.0.0.ALPHA

All Versions

Choose a version of vip.justlive : oxygen-jdbc to add to Maven or Gradle - All Versions:

  • Version Updated
  • oxygen-jdbc-3.0.8

    Jan 12, 2023
  • oxygen-jdbc-3.0.7.2

    Nov 04, 2021
  • oxygen-jdbc-3.0.7.1

    Oct 22, 2021
  • oxygen-jdbc-3.0.7.0

    Oct 22, 2021
  • oxygen-jdbc-3.0.7

    Sep 10, 2021
  • oxygen-jdbc-3.0.6.0

    Jul 06, 2021
  • oxygen-jdbc-3.0.6

    Jun 30, 2021
  • oxygen-jdbc-3.0.5

    Feb 04, 2021
  • oxygen-jdbc-3.0.4

    Oct 21, 2020
  • oxygen-jdbc-3.0.3

    Aug 21, 2020
  • oxygen-jdbc-3.0.2

    Aug 01, 2020
  • oxygen-jdbc-3.0.1

    Jul 02, 2020
  • oxygen-jdbc-3.0.0

    Jun 09, 2020
  • oxygen-jdbc-2.1.13.0

    May 15, 2020
  • oxygen-jdbc-2.1.13

    May 12, 2020
  • oxygen-jdbc-2.1.12

    Apr 26, 2020
  • oxygen-jdbc-2.1.11

    Apr 03, 2020
  • oxygen-jdbc-2.1.10

    Mar 12, 2020
  • oxygen-jdbc-2.1.9

    Feb 21, 2020
  • oxygen-jdbc-2.1.8

    Jan 26, 2020
  • oxygen-jdbc-2.1.7

    Jan 11, 2020
  • oxygen-jdbc-2.1.6

    Dec 21, 2019
  • oxygen-jdbc-2.1.5

    Nov 22, 2019
  • oxygen-jdbc-2.1.4

    Nov 06, 2019
  • oxygen-jdbc-2.1.3.0

    Oct 23, 2019
  • oxygen-jdbc-2.1.3

    Oct 23, 2019
  • oxygen-jdbc-2.1.2

    Sep 29, 2019
  • oxygen-jdbc-2.1.1

    Aug 28, 2019
  • oxygen-jdbc-2.1.0

    Aug 23, 2019
  • oxygen-jdbc-2.0.7

    Aug 14, 2019
  • oxygen-jdbc-2.0.6

    Jul 02, 2019
  • oxygen-jdbc-2.0.5

    Jun 13, 2019
  • oxygen-jdbc-2.0.4

    May 27, 2019
  • oxygen-jdbc-2.0.3

    Apr 16, 2019
  • oxygen-jdbc-2.0.2

    Apr 05, 2019
  • oxygen-jdbc-2.0.1

    Apr 03, 2019
  • oxygen-jdbc-2.0.0

    Mar 29, 2019
  • oxygen-jdbc-1.2.1

    Feb 21, 2019
  • oxygen-jdbc-1.2.0

    Dec 14, 2018
  • oxygen-jdbc-1.1.0

    Nov 22, 2018
  • oxygen-jdbc-1.0.0

    Oct 29, 2018
  • oxygen-jdbc-1.0.0.ALPHA

    Oct 17, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>vip.justlive</groupId>
    <artifactId>oxygen-jdbc</artifactId>
    <version>3.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following vip.justlive : oxygen-jdbc gradle dependency to your build.gradle file:

implementation 'vip.justlive:oxygen-jdbc:3.0.8'

Gradle Kotlin DSL: Add the following vip.justlive : oxygen-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("vip.justlive:oxygen-jdbc:3.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following vip.justlive : oxygen-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "vip.justlive" % "oxygen-jdbc" % "3.0.8"

Advertisement