License |
License |
---|---|
GroupId | GroupIdorg.jdal |
ArtifactId | ArtifactIdjdal |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jdal-2.0.0.pom | 4 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"]