| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.jonathanhds |
| Идентификатор | Идентификаторsql-builder |
| Версия | Версия1.2 |
| Тип | Типjar |
| Описание |
Описаниеsql-builder
A dynamic SQL builder for Java language.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sql-builder-1.2.pom | |
| sql-builder-1.2.jar | 36 KB |
| sql-builder-1.2-sources.jar | 16 KB |
| sql-builder-1.2-javadoc.jar | 158 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jonathanhds/sql-builder/ -->
<dependency>
<groupId>com.github.jonathanhds</groupId>
<artifactId>sql-builder</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonathanhds/sql-builder/
implementation 'com.github.jonathanhds:sql-builder:1.2'
// https://jarcasting.com/artifacts/com.github.jonathanhds/sql-builder/
implementation ("com.github.jonathanhds:sql-builder:1.2")
'com.github.jonathanhds:sql-builder:jar:1.2'
<dependency org="com.github.jonathanhds" name="sql-builder" rev="1.2">
<artifact name="sql-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonathanhds', module='sql-builder', version='1.2')
)
libraryDependencies += "com.github.jonathanhds" % "sql-builder" % "1.2"
[com.github.jonathanhds/sql-builder "1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-lang : commons-lang | jar | 2.6 |
| commons-beanutils : commons-beanutils | jar | 1.8.3 |
| commons-collections : commons-collections | jar | 3.2.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.hsqldb : hsqldb | jar | 2.3.1 |