| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rkpunjal.sqlsafe |
| ArtifactId | ArtifactIdsql-injection-safe |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSQL-Injection-Safe Annotation
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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sql-injection-safe-1.0.2.pom | |
| sql-injection-safe-1.0.2.jar | 6 KB |
| sql-injection-safe-1.0.2-sources.jar | 3 KB |
| sql-injection-safe-1.0.2-javadoc.jar | 32 KB |
| Browse |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rkpunjal.sqlsafe/sql-injection-safe/
implementation 'com.github.rkpunjal.sqlsafe:sql-injection-safe:1.0.2'
// https://jarcasting.com/artifacts/com.github.rkpunjal.sqlsafe/sql-injection-safe/
implementation ("com.github.rkpunjal.sqlsafe:sql-injection-safe:1.0.2")
'com.github.rkpunjal.sqlsafe:sql-injection-safe:jar:1.0.2'
<dependency org="com.github.rkpunjal.sqlsafe" name="sql-injection-safe" rev="1.0.2">
<artifact name="sql-injection-safe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rkpunjal.sqlsafe', module='sql-injection-safe', version='1.0.2')
)
libraryDependencies += "com.github.rkpunjal.sqlsafe" % "sql-injection-safe" % "1.0.2"
[com.github.rkpunjal.sqlsafe/sql-injection-safe "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.validation : validation-api | jar | 1.1.0.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |