t

tranql

tranql is a query language designed to be transformable between different physical schemata. Born out of the need to transform EJB-QL queries to SQL, it allows queries to be defined in one environment and executed in another.
http://tranql.codehaus.org/
The Codehaus
Jeremy Boynes
Files download
File Operation
tranql-1.0-M2.jar download
tranql-1.0-M2.pom download
Apache Maven
<dependency>
  <groupId>tranql</groupId>
  <artifactId>tranql</artifactId>
  <version>1.0-M2</version>
</dependency>
Gradle Groovy
implementation 'tranql:tranql:1.0-M2'
Gradle Kotlin
implementation("tranql:tranql:1.0-M2")
Scala SBT
libraryDependencies += "tranql" % "tranql" % "1.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='tranql', module='tranql', version='1.0-M2')
)
Apache Ivy
<dependency org="tranql" name="tranql" rev="1.0-M2" />
Leiningen
[tranql/tranql "1.0-M2"]
Apache Buildr
'tranql:tranql:jar:1.0-M2'