License |
License |
---|---|
GroupId | GroupIdorg.jdal |
ArtifactId | ArtifactIdjdal-web |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJDAL Web Library
JDAL is an open source Java library that aims to help developers making database applications easily. JDAL helps you to find what you really need to code and what is already coded in a common java database application, avoiding the complexity of many common programming tasks.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jdal-web-2.0.0.pom | |
jdal-web-2.0.0.jar | 6 KB |
jdal-web-2.0.0-sources.jar | 4 KB |
jdal-web-2.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdal/jdal-web/ -->
<dependency>
<groupId>org.jdal</groupId>
<artifactId>jdal-web</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdal/jdal-web/
implementation 'org.jdal:jdal-web:2.0.0'
// https://jarcasting.com/artifacts/org.jdal/jdal-web/
implementation ("org.jdal:jdal-web:2.0.0")
'org.jdal:jdal-web:jar:2.0.0'
<dependency org="org.jdal" name="jdal-web" rev="2.0.0">
<artifact name="jdal-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdal', module='jdal-web', version='2.0.0')
)
libraryDependencies += "org.jdal" % "jdal-web" % "2.0.0"
[org.jdal/jdal-web "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : jstl | jar | 1.2 |
org.tuckey : urlrewritefilter | jar | 3.1.0 |
org.springframework : spring-core | jar | 4.0.1.RELEASE |
org.springframework : spring-beans | jar | 4.0.1.RELEASE |
org.springframework : spring-context | jar | 4.0.1.RELEASE |
org.springframework : spring-web | jar | 4.0.1.RELEASE |
org.springframework : spring-webmvc | jar | 4.0.1.RELEASE |
org.jdal : jdal-core | jar | 2.0.0 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
displaytag : displaytag | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
javax.servlet.jsp : jsp-api | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |