MVN

tranql : tranql

Maven & Gradle

Jul 18, 2006
50 usages

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.

<dependency>
    <groupId>tranql</groupId>
    <artifactId>tranql</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tranql : tranql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of tranql : tranql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
tranql-1.3
1.2.x
tranql-1.2.3
tranql-1.2.2
tranql-1.2.1
1.2
tranql-1.2
1.1
tranql-1.1-20050921.181603
tranql-1.1-20050913.134148
tranql-1.1-20050912.135613
tranql-1.1
tranql-1.1-20050921.181745
tranql-1.1-20050913.134207
tranql-1.1-20050912.135644
1.0
tranql-1.0-20050713
tranql-1.0-M3
tranql-1.0-M2
tranql-1.0-M1

How to add a dependency to Maven

Add the following tranql : tranql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tranql</groupId>
    <artifactId>tranql</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tranql : tranql gradle dependency to your build.gradle file:

implementation 'tranql:tranql:1.3'

Gradle Kotlin DSL: Add the following tranql : tranql gradle kotlin dependency to your build.gradle.kts file:

implementation("tranql:tranql:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following tranql : tranql sbt scala dependency to your build.sbt file:

libraryDependencies += "tranql" % "tranql" % "1.3"

Advertisement