orm-next

OrmNext is a flexible, easy, lightweight orm library

License

License

Categories

Categories

ORM Data
GroupId

GroupId

ru.saidgadjiev.ormnext
ArtifactId

ArtifactId

orm-next
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

pom
Description

Description

orm-next
OrmNext is a flexible, easy, lightweight orm library
Project URL

Project URL

https://github.com/saidgadjiev/orm-next
Source Code Management

Source Code Management

https://github.com/saidgadjiev/orm-next.git

Download orm-next

Filename Size
orm-next-1.1.pom 13 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/ru.saidgadjiev.ormnext/orm-next/ -->
<dependency>
    <groupId>ru.saidgadjiev.ormnext</groupId>
    <artifactId>orm-next</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.saidgadjiev.ormnext/orm-next/
implementation 'ru.saidgadjiev.ormnext:orm-next:1.1'
// https://jarcasting.com/artifacts/ru.saidgadjiev.ormnext/orm-next/
implementation ("ru.saidgadjiev.ormnext:orm-next:1.1")
'ru.saidgadjiev.ormnext:orm-next:pom:1.1'
<dependency org="ru.saidgadjiev.ormnext" name="orm-next" rev="1.1">
  <artifact name="orm-next" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.saidgadjiev.ormnext', module='orm-next', version='1.1')
)
libraryDependencies += "ru.saidgadjiev.ormnext" % "orm-next" % "1.1"
[ru.saidgadjiev.ormnext/orm-next "1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • orm-next-core
  • proxy-maker

OrmNext легковесная, быстрая orm библиотека.
Весит всего 311 Кб.
Написана на чистой Java без использования сторонних библиотек
Технологии: Java.

Maven

Библиотека orm

<dependency>
  <groupId>ru.saidgadjiev.ormnext</groupId>
  <artifactId>ormnext-core</artifactId>
  <version>1.16</version>
</dependency>


Модуль кеширования: https://github.com/saidgadjiev/ormnext-cache

<dependency>
  <groupId>ru.saidgadjiev.ormnext</groupId>
  <artifactId>ormnext-cache</artifactId>
  <version>1.4</version>
</dependency>


Модуль поддержки: https://github.com/saidgadjiev/ormnext-support

<dependency>
  <groupId>ru.saidgadjiev.ormnext</groupId>
  <artifactId>ormnext-support</artifactId>
  <version>1.9</version>
</dependency>

Versions

Version
1.1
1.0