MVN

jp.igapyon.rsvr.jdbc : RsvrJdbc

Maven & Gradle

Sep 16, 2022
1 stars

RsvrJdbc · RsvrJdbc is a lightweight library designed to eliminate minor annoyances in JDBC programming. RsvrJdbc is designed so that experienced JDBC programmers can start using RsvrJdbc immediately by knowing the small changes in RsvrJdbc, and so that they can eliminate minor annoyances.

<dependency>
    <groupId>jp.igapyon.rsvr.jdbc</groupId>
    <artifactId>RsvrJdbc</artifactId>
    <version>1.0.20220917k</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.igapyon.rsvr.jdbc : RsvrJdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.20220917k

All Versions

Choose a version of jp.igapyon.rsvr.jdbc : RsvrJdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
RsvrJdbc-1.0.20220917k

How to add a dependency to Maven

Add the following jp.igapyon.rsvr.jdbc : RsvrJdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jp.igapyon.rsvr.jdbc</groupId>
    <artifactId>RsvrJdbc</artifactId>
    <version>1.0.20220917k</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jp.igapyon.rsvr.jdbc : RsvrJdbc gradle dependency to your build.gradle file:

implementation 'jp.igapyon.rsvr.jdbc:RsvrJdbc:1.0.20220917k'

Gradle Kotlin DSL: Add the following jp.igapyon.rsvr.jdbc : RsvrJdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("jp.igapyon.rsvr.jdbc:RsvrJdbc:1.0.20220917k")

How to add a dependency to SBT Scala

SBT Scala: Add the following jp.igapyon.rsvr.jdbc : RsvrJdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "jp.igapyon.rsvr.jdbc" % "RsvrJdbc" % "1.0.20220917k"

Advertisement