| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jeeplus |
| Идентификатор | Идентификаторddlutils |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache DdlUtils
DdlUtils is a small, easy-to-use component for working with Database Definition (DDL) files.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ddlutils-1.3.pom | |
| ddlutils-1.3-sources.jar | 1 MB |
| ddlutils-1.3-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jeeplus/ddlutils/ -->
<dependency>
<groupId>org.jeeplus</groupId>
<artifactId>ddlutils</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeeplus/ddlutils/
implementation 'org.jeeplus:ddlutils:1.3'
// https://jarcasting.com/artifacts/org.jeeplus/ddlutils/
implementation ("org.jeeplus:ddlutils:1.3")
'org.jeeplus:ddlutils:jar:1.3'
<dependency org="org.jeeplus" name="ddlutils" rev="1.3">
<artifact name="ddlutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeeplus', module='ddlutils', version='1.3')
)
libraryDependencies += "org.jeeplus" % "ddlutils" % "1.3"
[org.jeeplus/ddlutils "1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant Необязательный | jar | 1.9.4 |
| commons-beanutils : commons-beanutils | jar | 1.7.0 |
| commons-codec : commons-codec | jar | 1.3 |
| commons-collections : commons-collections | jar | 3.1 |
| commons-dbcp : commons-dbcp | jar | 1.2.1 |
| commons-lang : commons-lang | jar | 2.1 |
| commons-logging : commons-logging-api | jar | 1.0.4 |
| commons-logging : commons-logging | jar | 1.0.4 |
| commons-pool : commons-pool | jar | 1.2 |
| log4j : log4j Необязательный | jar | 1.2.8 |
| stax : stax-api | jar | 1.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| woodstox : wstx-asl Необязательный | jar | 3.2.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| dom4j : dom4j | jar | 1.4 |
| junit : junit | jar | 4.11 |