q

qwery-core_2.12

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