Last Version

Java Database Application Library 2.0.0

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.

License

License

GroupId

GroupId

org.jdal
ArtifactId

ArtifactId

jdal
Version

Version

2.0.0
Type

Type

pom
Description

Description

Java Database Application 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 URL

Project URL

http://www.jdal.org
Project Organization

Project Organization

JDAL
Source Code Management

Source Code Management

https://github.com/chelu/jdal.git

Download jdal 2.0.0

Filename Size
jdal-2.0.0.pom 6 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • aop
  • swing
  • aspects
  • vaadin
  • web