s

shades

Shades is an Object/Relational Mapping (ORM) framework that works in conjunction with JDBC APIs. Instead of relying on XML or annotations for configuration, Shades relies on an interface called ORMapping. This makes shades simple and flexible. Shades has no new transaction model nor Connection management which you must learn. You control the transactions, and the Connection that Shades uses, through plain JDBC interfaces. Shades is designed to work well with modern web development frameworks like Tapestry and Wicket.
http://sourceforge.net/projects/shadesdb
The Apache Software License, Version 2.0
geoff hendrey
文件下载
文件名 操作
shades-0.0.5.jar 下载
shades-0.0.5.pom 下载
shades-0.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.shadesdb</groupId>
  <artifactId>shades</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'net.sf.shadesdb:shades:0.0.5'
Gradle Kotlin
implementation("net.sf.shadesdb:shades:0.0.5")
Scala SBT
libraryDependencies += "net.sf.shadesdb" % "shades" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.shadesdb', module='shades', version='0.0.5')
)
Apache Ivy
<dependency org="net.sf.shadesdb" name="shades" rev="0.0.5" />
Leiningen
[net.sf.shadesdb/shades "0.0.5"]
Apache Buildr
'net.sf.shadesdb:shades:jar:0.0.5'
本项目依赖
该项目无第三方依赖