Last Version

SQL CRUD servlet app 1.0.1

CRUD actions and view for java-servlet apps

License

License

GroupId

GroupId

io.github.jdlopez
ArtifactId

ArtifactId

sqlcrud
Version

Version

1.0.1
Type

Type

jar
Description

Description

SQL CRUD servlet app
CRUD actions and view for java-servlet apps
Project URL

Project URL

https://github.com/jdlopez/sqlcrud
Source Code Management

Source Code Management

https://github.com/jdlopez/sqlcrud.git

Download sqlcrud 1.0.1


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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.5

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar RELEASE

Project Modules

There are no modules declared in this project.