t

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🚀.
https://github.com/Tag-SQL
Apache License, Version 2.0
io.github.tag-sql
Robin Z
Files download
File Operation
tagsql-core-0.1.8.jar download
tagsql-core-0.1.8.pom download
tagsql-core-0.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.tag-sql</groupId>
  <artifactId>tagsql-core</artifactId>
  <version>0.1.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.tag-sql:tagsql-core:0.1.8'
Gradle Kotlin
implementation("io.github.tag-sql:tagsql-core:0.1.8")
Scala SBT
libraryDependencies += "io.github.tag-sql" % "tagsql-core" % "0.1.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.tag-sql', module='tagsql-core', version='0.1.8')
)
Apache Ivy
<dependency org="io.github.tag-sql" name="tagsql-core" rev="0.1.8" />
Leiningen
[io.github.tag-sql/tagsql-core "0.1.8"]
Apache Buildr
'io.github.tag-sql:tagsql-core:jar:0.1.8'