License |
License |
---|---|
GroupId | GroupIdio.github.jdlopez |
ArtifactId | ArtifactIdsqlcrud |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionSQL CRUD servlet app
CRUD actions and view for java-servlet apps
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqlcrud-1.0.1.pom | |
sqlcrud-1.0.1.jar | 53 KB |
sqlcrud-1.0.1-sources.jar | 33 KB |
sqlcrud-1.0.1-javadoc.jar | 556 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | RELEASE |