is not current version
Last Version 1.0.2

com.github.rkpunjal.sqlsafe:sql-injection-safe 1.0.1

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.

GroupId

GroupId

com.github.rkpunjal.sqlsafe
ArtifactId

ArtifactId

sql-injection-safe
Version

Version

1.0.1
Type

Type

jar

Download sql-injection-safe 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.rkpunjal.sqlsafe/sql-injection-safe/ -->
<dependency>
    <groupId>com.github.rkpunjal.sqlsafe</groupId>
    <artifactId>sql-injection-safe</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rkpunjal.sqlsafe/sql-injection-safe/
implementation 'com.github.rkpunjal.sqlsafe:sql-injection-safe:1.0.1'
// https://jarcasting.com/artifacts/com.github.rkpunjal.sqlsafe/sql-injection-safe/
implementation ("com.github.rkpunjal.sqlsafe:sql-injection-safe:1.0.1")
'com.github.rkpunjal.sqlsafe:sql-injection-safe:jar:1.0.1'
<dependency org="com.github.rkpunjal.sqlsafe" name="sql-injection-safe" rev="1.0.1">
  <artifact name="sql-injection-safe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rkpunjal.sqlsafe', module='sql-injection-safe', version='1.0.1')
)
libraryDependencies += "com.github.rkpunjal.sqlsafe" % "sql-injection-safe" % "1.0.1"
[com.github.rkpunjal.sqlsafe/sql-injection-safe "1.0.1"]