io.github.tag-sql:tagsql-core

TagSQL purpose separate SQL script from Java code, never hardcode or embed SQL script in Java, it also make write SQL phase to program running mode smoothly, the key idea is tag javascript function in SQL comment,it is simply but efficiently🚀.

Лицензия

Лицензия

Группа

Группа

io.github.tag-sql
Идентификатор

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

tagsql-core
Последняя версия

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

0.1.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

TagSQL purpose separate SQL script from Java code, never hardcode or embed SQL script in Java, it also make write SQL phase to program running mode smoothly, the key idea is tag javascript function in SQL comment,it is simply but efficiently🚀.
Ссылка на сайт

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

https://github.com/Tag-SQL
Организация-разработчик

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

io.github.tag-sql
Система контроля версий

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

https://github.com/Tag-SQL/

Скачать tagsql-core

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

<!-- https://jarcasting.com/artifacts/io.github.tag-sql/tagsql-core/ -->
<dependency>
    <groupId>io.github.tag-sql</groupId>
    <artifactId>tagsql-core</artifactId>
    <version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tag-sql/tagsql-core/
implementation 'io.github.tag-sql:tagsql-core:0.1.8'
// https://jarcasting.com/artifacts/io.github.tag-sql/tagsql-core/
implementation ("io.github.tag-sql:tagsql-core:0.1.8")
'io.github.tag-sql:tagsql-core:jar:0.1.8'
<dependency org="io.github.tag-sql" name="tagsql-core" rev="0.1.8">
  <artifact name="tagsql-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tag-sql', module='tagsql-core', version='0.1.8')
)
libraryDependencies += "io.github.tag-sql" % "tagsql-core" % "0.1.8"
[io.github.tag-sql/tagsql-core "0.1.8"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
commons-io : commons-io jar 2.6
org.apache.commons : commons-lang3 jar 3.7
com.google.guava : guava jar 30.0-jre
org.json : json jar 20190722
com.google.code.gson : gson jar 2.8.5
com.github.jsqlparser : jsqlparser jar 3.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

Данный проект не имеет модулей.

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

Версия
0.1.8
0.1.7
0.1.5
0.1.3
0.1.2
0.1.1
0.1.0