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.

Лицензия

Лицензия

Группа

Группа

org.jdal
Идентификатор

Идентификатор

jdal
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://www.jdal.org
Организация-разработчик

Организация-разработчик

JDAL
Система контроля версий

Система контроля версий

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

Скачать jdal

Имя Файла Размер
jdal-2.0.0.pom 4 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

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

Версии библиотеки

Версия
2.0.0
1.3.1
1.2.0
1.1.5