| Группа | Группаcom.github.jonathanhds |
|---|---|
| Идентификатор | Идентификаторsql-builder |
| Версия | Версия1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sql-builder-1.1.pom | |
| sql-builder-1.1.jar | 32 KB |
| sql-builder-1.1-sources.jar | 15 KB |
| sql-builder-1.1-javadoc.jar | 148 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jonathanhds/sql-builder/ -->
<dependency>
<groupId>com.github.jonathanhds</groupId>
<artifactId>sql-builder</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonathanhds/sql-builder/
implementation 'com.github.jonathanhds:sql-builder:1.1'
// https://jarcasting.com/artifacts/com.github.jonathanhds/sql-builder/
implementation ("com.github.jonathanhds:sql-builder:1.1")
'com.github.jonathanhds:sql-builder:jar:1.1'
<dependency org="com.github.jonathanhds" name="sql-builder" rev="1.1">
<artifact name="sql-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonathanhds', module='sql-builder', version='1.1')
)
libraryDependencies += "com.github.jonathanhds" % "sql-builder" % "1.1"
[com.github.jonathanhds/sql-builder "1.1"]