The things core component

Things core compoenent, includes xstream connector

License

License

GroupId

GroupId

us.ilmark.deta.things
ArtifactId

ArtifactId

things-core
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

The things core component
Things core compoenent, includes xstream connector
Source Code Management

Source Code Management

https://github.com/makkus/things

Download things-core

How to add to project

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

Dependencies

compile (15)

Group / Artifact Type Version
com.codahale.metrics : metrics-core jar 3.0.2
org.glassfish.web : javax.el jar 2.2.4
com.google.guava : guava jar 17.0
org.slf4j : slf4j-api jar 1.7.+
org.javassist : javassist jar 3.18.1-GA
org.reflections : reflections jar 0.9.9-RC1
com.thoughtworks.xstream : xstream jar 1.4.7
us.ilmark.deta.things : things-common jar 0.1
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
org.hibernate : hibernate-validator jar 5.1.0.Final
org.apache.bval : bval-guice jar 0.5
javax.el : javax.el-api jar 2.2.4
org.apache.geronimo.specs : geronimo-validation_1.0_spec jar 1.1
com.netflix.rxjava : rxjava-core jar 0.18.1
ch.qos.logback : logback-classic jar 1.1.1

test (4)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
junit : junit jar 4+
org.hamcrest : hamcrest-core jar 1.3
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.1