MVN

com.qualifiedcactus : sqlObjectMapper

Maven & Gradle

May 15, 2023
2 stars

com.qualifiedcactus:sqlObjectMapper · A JDBC extensions library that makes working with data object less tedious.

<dependency>
    <groupId>com.qualifiedcactus</groupId>
    <artifactId>sqlObjectMapper</artifactId>
    <version>4.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.qualifiedcactus : sqlObjectMapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.3

All Versions

Choose a version of com.qualifiedcactus : sqlObjectMapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
sqlObjectMapper-4.1.3
sqlObjectMapper-4.1.2
sqlObjectMapper-4.1.1
sqlObjectMapper-4.1.0
3.2.x
sqlObjectMapper-3.2.0
3.1.x
sqlObjectMapper-3.1.0
3.0.x
sqlObjectMapper-3.0.0
2.0.x
sqlObjectMapper-2.0.1
sqlObjectMapper-2.0.0
1.1.x
sqlObjectMapper-1.1.0
1.0.x
sqlObjectMapper-1.0.0

How to add a dependency to Maven

Add the following com.qualifiedcactus : sqlObjectMapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.qualifiedcactus</groupId>
    <artifactId>sqlObjectMapper</artifactId>
    <version>4.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.qualifiedcactus : sqlObjectMapper gradle dependency to your build.gradle file:

implementation 'com.qualifiedcactus:sqlObjectMapper:4.1.3'

Gradle Kotlin DSL: Add the following com.qualifiedcactus : sqlObjectMapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.qualifiedcactus:sqlObjectMapper:4.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.qualifiedcactus : sqlObjectMapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.qualifiedcactus" % "sqlObjectMapper" % "4.1.3"