| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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"]