License |
License |
---|---|
GroupId | GroupIdcom.virtusa.gto.nyql |
ArtifactId | ArtifactIdnyql-impl-base-translator |
Version | Version2.0-rc4 |
Type | Typejar |
Description |
DescriptionA library to write common relational database queries using a DSL.
This is great, if you want to write a query once and execute in any relational database many times.
|
<!-- https://jarcasting.com/artifacts/com.virtusa.gto.nyql/nyql-impl-base-translator/ -->
<dependency>
<groupId>com.virtusa.gto.nyql</groupId>
<artifactId>nyql-impl-base-translator</artifactId>
<version>2.0-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/com.virtusa.gto.nyql/nyql-impl-base-translator/
implementation 'com.virtusa.gto.nyql:nyql-impl-base-translator:2.0-rc4'
// https://jarcasting.com/artifacts/com.virtusa.gto.nyql/nyql-impl-base-translator/
implementation ("com.virtusa.gto.nyql:nyql-impl-base-translator:2.0-rc4")
'com.virtusa.gto.nyql:nyql-impl-base-translator:jar:2.0-rc4'
<dependency org="com.virtusa.gto.nyql" name="nyql-impl-base-translator" rev="2.0-rc4">
<artifact name="nyql-impl-base-translator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.virtusa.gto.nyql', module='nyql-impl-base-translator', version='2.0-rc4')
)
libraryDependencies += "com.virtusa.gto.nyql" % "nyql-impl-base-translator" % "2.0-rc4"
[com.virtusa.gto.nyql/nyql-impl-base-translator "2.0-rc4"]
Group / Artifact | Type | Version |
---|---|---|
com.virtusa.gto.nyql : nyql-core | jar | 2.0-rc4 |
org.codehaus.groovy : groovy-all | jar | 2.4.7 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.13.6 |