Things Hub

Hub, combining all sorts of auth/job/... backends

License

License

GroupId

GroupId

us.ilmark.deta.things
ArtifactId

ArtifactId

things-hub
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Things Hub
Hub, combining all sorts of auth/job/... backends
Source Code Management

Source Code Management

https://github.com/makkus/things

Download things-hub

How to add to project

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

Dependencies

compile (24)

Group / Artifact Type Version
org.apache.shiro : shiro-web jar 1.2.3
org.springframework.boot : spring-boot-starter-parent jar 1.0.2.RELEASE
org.springframework.boot : spring-boot-starter-web jar 1.0.2.RELEASE
us.ilmark.deta.things : things-core jar 0.1
com.unboundid : unboundid-ldapsdk jar 2.3.6
org.springframework : spring-jdbc jar 4.0.4.RELEASE
org.springframework : spring-tx jar 4.0.4.RELEASE
org.jooq : jooq jar 3.3.1
org.slf4j : slf4j-api jar 1.7.+
com.jcraft : jsch jar 0.1.51
org.springframework.boot : spring-boot-starter-logging jar 1.0.2.RELEASE
mysql : mysql-connector-java jar 5.1.30
us.ilmark.deta.things : things-mongo jar 0.1
us.ilmark.deta.things : things-jpa jar 0.1
org.codehaus.groovy : groovy-all jar 2.3.0
cglib : cglib jar 3.1
com.jolbox : bonecp jar 0.8.0.RELEASE
org.apache.shiro : shiro-spring jar 1.2.3
com.google.guava : guava jar 17.0
org.hibernate : hibernate-validator jar 5.1.0.Final
us.ilmark.deta.things : things-rest jar 0.1
org.springframework.boot : spring-boot-starter-jetty jar 1.0.2.RELEASE
org.springframework.boot : spring-boot-starter-data-mongodb jar 1.0.2.RELEASE
org.apache.shiro : shiro-core jar 1.2.3

test (5)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
org.springframework.boot : spring-boot-starter-test jar 1.0.2.RELEASE
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