MVN

io.github.uqix : sql-checker

Maven & Gradle

May 11, 2020
0 stars

sql-checker · SQL checker for Spring Boot Mybatis Mappers By invoking all Mapper methods with dummy args which hits DB and catching syntax exceptions To verify that no SQL syntax errors in Mapper.xml

<dependency>
    <groupId>io.github.uqix</groupId>
    <artifactId>sql-checker</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.uqix : sql-checker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of io.github.uqix : sql-checker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sql-checker-1.0.1
sql-checker-1.0.0

How to add a dependency to Maven

Add the following io.github.uqix : sql-checker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.uqix</groupId>
    <artifactId>sql-checker</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.uqix : sql-checker gradle dependency to your build.gradle file:

implementation 'io.github.uqix:sql-checker:1.0.1'

Gradle Kotlin DSL: Add the following io.github.uqix : sql-checker gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.uqix:sql-checker:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.uqix : sql-checker sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.uqix" % "sql-checker" % "1.0.1"

Advertisement

Dependencies from Group

May 11, 2020
0 stars

Discover Dependencies

Dec 30, 2020
6 usages
0 stars
Feb 23, 2020
0 stars
Jul 05, 2023
26 usages
521 stars
Jul 05, 2023
521 stars
Jul 05, 2023
521 stars
Jul 05, 2023
521 stars
Aug 22, 2023
4 usages
175 stars
Jul 19, 2023
40 stars