| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.eeroom |
| Идентификатор | Идентификаторnalu |
| Последняя версия | Последняя версия2.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеnalu
An ORM class library is used to create, read, update and delete single table data in the database. All these operations are completed by lambda. nalu translate lambda expressions into SQL statements, then execute queries, and then map data to entity objects, which is very different from traditional ORM such as mybatis.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| nalu-2.4.pom | |
| nalu-2.4.jar | 63 KB |
| nalu-2.4-sources.jar | 23 KB |
| nalu-2.4-javadoc.jar | 595 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.eeroom/nalu/ -->
<dependency>
<groupId>io.github.eeroom</groupId>
<artifactId>nalu</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.eeroom/nalu/
implementation 'io.github.eeroom:nalu:2.4'
// https://jarcasting.com/artifacts/io.github.eeroom/nalu/
implementation ("io.github.eeroom:nalu:2.4")
'io.github.eeroom:nalu:jar:2.4'
<dependency org="io.github.eeroom" name="nalu" rev="2.4">
<artifact name="nalu" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.eeroom', module='nalu', version='2.4')
)
libraryDependencies += "io.github.eeroom" % "nalu" % "2.4"
[io.github.eeroom/nalu "2.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | 4.3.25.RELEASE |