| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.shadesdb |
| Идентификатор | Идентификаторshades |
| Последняя версия | Последняя версия0.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| shades-0.0.5.pom | |
| shades-0.0.5.jar | 51 KB |
| shades-0.0.5-sources.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.shadesdb/shades/ -->
<dependency>
<groupId>net.sf.shadesdb</groupId>
<artifactId>shades</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.shadesdb/shades/
implementation 'net.sf.shadesdb:shades:0.0.5'
// https://jarcasting.com/artifacts/net.sf.shadesdb/shades/
implementation ("net.sf.shadesdb:shades:0.0.5")
'net.sf.shadesdb:shades:jar:0.0.5'
<dependency org="net.sf.shadesdb" name="shades" rev="0.0.5">
<artifact name="shades" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.shadesdb', module='shades', version='0.0.5')
)
libraryDependencies += "net.sf.shadesdb" % "shades" % "0.0.5"
[net.sf.shadesdb/shades "0.0.5"]