is not current version
Last Version 0.1.8

io.github.tag-sql:tagsql-core 0.1.1

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🚀.

License

License

GroupId

GroupId

io.github.tag-sql
ArtifactId

ArtifactId

tagsql-core
Version

Version

0.1.1
Type

Type

jar
Description

Description

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🚀.
Project URL

Project URL

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

Project Organization

io.github.tag-sql
Source Code Management

Source Code Management

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

Download tagsql-core 0.1.1


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

Dependencies

compile (6)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.