| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаorg.neolumin.simpleorm |
| Идентификатор | Идентификаторsimple-orm |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSimple ORM
Simple ORM for Accumulo and SQL
|
| Имя Файла | Размер |
|---|---|
| simple-orm-0.1.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.neolumin.simpleorm/simple-orm/ -->
<dependency>
<groupId>org.neolumin.simpleorm</groupId>
<artifactId>simple-orm</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neolumin.simpleorm/simple-orm/
implementation 'org.neolumin.simpleorm:simple-orm:0.1.0'
// https://jarcasting.com/artifacts/org.neolumin.simpleorm/simple-orm/
implementation ("org.neolumin.simpleorm:simple-orm:0.1.0")
'org.neolumin.simpleorm:simple-orm:pom:0.1.0'
<dependency org="org.neolumin.simpleorm" name="simple-orm" rev="0.1.0">
<artifact name="simple-orm" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neolumin.simpleorm', module='simple-orm', version='0.1.0')
)
libraryDependencies += "org.neolumin.simpleorm" % "simple-orm" % "0.1.0"
[org.neolumin.simpleorm/simple-orm "0.1.0"]