Ellie

Compile-time active record ORM for Android.

Лицензия

Лицензия

Группа

Группа

com.nhaarman.ellie
Идентификатор

Идентификатор

core
Последняя версия

Последняя версия

0.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Ellie
Compile-time active record ORM for Android.
Ссылка на сайт

Ссылка на сайт

https://github.com/nhaarman/ellie
Система контроля версий

Система контроля версий

https://github.com/nhaarman/ellie

Скачать core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.nhaarman.ellie/core/ -->
<dependency>
    <groupId>com.nhaarman.ellie</groupId>
    <artifactId>core</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhaarman.ellie/core/
implementation 'com.nhaarman.ellie:core:0.0.4'
// https://jarcasting.com/artifacts/com.nhaarman.ellie/core/
implementation ("com.nhaarman.ellie:core:0.0.4")
'com.nhaarman.ellie:core:jar:0.0.4'
<dependency org="com.nhaarman.ellie" name="core" rev="0.0.4">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhaarman.ellie', module='core', version='0.0.4')
)
libraryDependencies += "com.nhaarman.ellie" % "core" % "0.0.4"
[com.nhaarman.ellie/core "0.0.4"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.reactivex : rxjava jar 1.0.0-rc.3
com.intellij : annotations jar 12.0

test (5)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-core jar 1.10.8
com.squareup.assertj : assertj-android jar 1.0.0
junit : junit jar 4.11
org.robolectric : robolectric jar 2.3
com.nhaarman.ellie : compiler jar 0.0.4

Модули Проекта

Данный проект не имеет модулей.

Ellie Build Status Maven Central ![Gitter](https://badges.gitter.im/Join Chat.svg)

![In Progress](https://badge.waffle.io/nhaarman/ellie.svg?label=in-progress&title=In Progress) ![Ready for Release](https://badge.waffle.io/nhaarman/ellie.svg?label=next-release&title=Ready for Release)

Compile-time active record ORM for Android.

Ellie is a heavily modified fork from Ollie, with a few important modifications:

  • Calls to the main Ellie class are not static;
  • Moved database logic out of Model classes into ModelRepository classes;

Download

Grab via Maven:

<dependency>
  <groupId>com.nhaarman.ellie</groupId>
  <artifactId>core</artifactId>
  <version>x.x.x</version>
</dependency>
<dependency>
  <groupId>com.nhaarman.ellie</groupId>
  <artifactId>compiler</artifactId>
  <version>x.x.x</version>
  <optional>true</optional>
</dependency>

or Gradle:

compile 'com.nhaarman.ellie:core:x.x.x'
provided 'com.nhaarman.ellie:compiler:x.x.x'

Build

To build:

$ git clone git@github.com:nhaarman/ellie.git
$ cd ellie/
$ ./gradlew build

Debugging:

Add the following to ~/.gradle/gradle.properties, and run ./gradlew daemon.

org.gradle.daemon=true
org.gradle.jvmargs=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005

Next, in IntelliJ, add a Remote Run Configuration and start debugging. When building the project (gradlew build), the debugger will halt at breakpoints in the annotation processor.

License

Copyright 2014 Michael Pardo
Copyright 2014 Niek Haarman

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Версии библиотеки

Версия
0.0.4
0.0.3
0.0.2
0.0.1