s

squeryl_2.9.1

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