is not current version
Last Version 1.3

tranql:tranql 1.2

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
Type

Type

jar

Download tranql 1.2

Filename Size
tranql-1.2.pom
tranql-1.2.jar 467 KB
Browse

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