q

qwery-core_2.11

A SQL-like query language for performing ETL
https://github.com/ldaniels528/qwery
MIT License
io.scalajs
Lawrence Daniels
Files download
File Operation
qwery-core_2.11-0.3.8.jar download
qwery-core_2.11-0.3.8.pom download
qwery-core_2.11-0.3.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.scalajs</groupId>
  <artifactId>qwery-core_2.11</artifactId>
  <version>0.3.8</version>
</dependency>
Gradle Groovy
implementation 'io.scalajs:qwery-core_2.11:0.3.8'
Gradle Kotlin
implementation("io.scalajs:qwery-core_2.11:0.3.8")
Scala SBT
libraryDependencies += "io.scalajs" % "qwery-core_2.11" % "0.3.8"
Groovy Grape
@Grapes(
  @Grab(group='io.scalajs', module='qwery-core_2.11', version='0.3.8')
)
Apache Ivy
<dependency org="io.scalajs" name="qwery-core_2.11" rev="0.3.8" />
Leiningen
[io.scalajs/qwery-core_2.11 "0.3.8"]
Apache Buildr
'io.scalajs:qwery-core_2.11:jar:0.3.8'