Things examples

Examples of several configurations, different backends and so on

Лицензия

Лицензия

Группа

Группа

us.ilmark.deta.things
Идентификатор

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

things-examples
Последняя версия

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

0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Things examples
Examples of several configurations, different backends and so on
Система контроля версий

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

https://github.com/makkus/things

Скачать things-examples

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

<!-- https://jarcasting.com/artifacts/us.ilmark.deta.things/things-examples/ -->
<dependency>
    <groupId>us.ilmark.deta.things</groupId>
    <artifactId>things-examples</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/us.ilmark.deta.things/things-examples/
implementation 'us.ilmark.deta.things:things-examples:0.1'
// https://jarcasting.com/artifacts/us.ilmark.deta.things/things-examples/
implementation ("us.ilmark.deta.things:things-examples:0.1")
'us.ilmark.deta.things:things-examples:jar:0.1'
<dependency org="us.ilmark.deta.things" name="things-examples" rev="0.1">
  <artifact name="things-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.ilmark.deta.things', module='things-examples', version='0.1')
)
libraryDependencies += "us.ilmark.deta.things" % "things-examples" % "0.1"
[us.ilmark.deta.things/things-examples "0.1"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
us.ilmark.deta.things : things-mongo jar 0.1
us.ilmark.deta.things : things-jpa jar 0.1
org.slf4j : slf4j-api jar 1.7.+
com.google.inject : guice jar 4.0-beta
us.ilmark.deta.things : things-core jar 0.1
org.hibernate : hibernate-validator jar 5.1.0.Final
us.ilmark.deta.things : things-rest jar 0.1

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4+
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 1.9.5

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

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

Things

Overview

Things is a hybrid key-value-store/proxy/task-something.

Meant to make it easy to manage a set of objects (things) that can have dependencies between each other (although preferably those dependencies don't get too complex). Those objects can either be stored directly in things, or they can be dynamically retrieved from configurable connectors. This setup makes is designed to make the whole, well ...thing... comparatively flexible.

Getting started

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

Версия
0.1