is not current version
Last Version 1.3

tranql:tranql 1.0-M2

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.0-M2
Type

Type

jar

Download tranql 1.0-M2


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