is not current version
Last Version 1.0.1

io.github.jdlopez:sqlcrud 1.0

CRUD actions and view for java-servlet apps

GroupId

GroupId

io.github.jdlopez
ArtifactId

ArtifactId

sqlcrud
Version

Version

1.0
Type

Type

jar

Download sqlcrud 1.0


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