s

sql-injection-safe

This is an extremely lightweight library that provides an Annotation and a Utility class to verify if the provided string value is Sql-Injection-safe. This is backed by thorough and intelligent unit-tests.
https://github.com/rkpunjal/sql-injection-safe
MIT License
Ramakrishna Punjal
Files download
File Operation
sql-injection-safe-1.0.1.jar download
sql-injection-safe-1.0.1.pom download
sql-injection-safe-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rkpunjal.sqlsafe</groupId>
  <artifactId>sql-injection-safe</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.rkpunjal.sqlsafe:sql-injection-safe:1.0.1'
Gradle Kotlin
implementation("com.github.rkpunjal.sqlsafe:sql-injection-safe:1.0.1")
Scala SBT
libraryDependencies += "com.github.rkpunjal.sqlsafe" % "sql-injection-safe" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rkpunjal.sqlsafe', module='sql-injection-safe', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.rkpunjal.sqlsafe" name="sql-injection-safe" rev="1.0.1" />
Leiningen
[com.github.rkpunjal.sqlsafe/sql-injection-safe "1.0.1"]
Apache Buildr
'com.github.rkpunjal.sqlsafe:sql-injection-safe:jar:1.0.1'