is not current version
Last Version 1.3

tranql:tranql 1.2.3

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.

GroupId

GroupId

tranql
ArtifactId

ArtifactId

tranql
Version

Version

1.2.3
Type

Type

jar

Download tranql 1.2.3


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