s

squeryl_2.13

A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety
https://squeryl.org
Apache 2
com.github.novamage
Ángel Blanco Maxime Lévesque Dave Whittaker
文件下载
文件名 操作
squeryl_2.13-0.14.0.jar 下载
squeryl_2.13-0.14.0.pom 下载
squeryl_2.13-0.14.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.novamage</groupId>
  <artifactId>squeryl_2.13</artifactId>
  <version>0.14.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.novamage:squeryl_2.13:0.14.0'
Gradle Kotlin
implementation("com.github.novamage:squeryl_2.13:0.14.0")
Scala SBT
libraryDependencies += "com.github.novamage" % "squeryl_2.13" % "0.14.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.novamage', module='squeryl_2.13', version='0.14.0')
)
Apache Ivy
<dependency org="com.github.novamage" name="squeryl_2.13" rev="0.14.0" />
Leiningen
[com.github.novamage/squeryl_2.13 "0.14.0"]
Apache Buildr
'com.github.novamage:squeryl_2.13:jar:0.14.0'