is not current version
Last Version 1.0.2

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

This extremely lightweight library provides Annotation and a Util class to verify if the provided string value is Sql-Injection-safe. This is backed by thorough and intelligent tests.

GroupId

GroupId

com.github.rkpunjal.sqlsafe
ArtifactId

ArtifactId

sql-injection-safe
Version

Version

1.0.0
Type

Type

jar

Download sql-injection-safe 1.0.0


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