distributed-service-injector

This library allows you to easy create communication between different services which run on different hosts. It uses the Apache zookeeper to find location of services, the netty io to connnect beatween services and java serialization to serialize queries beatween services.

License

License

GroupId

GroupId

io.solwind
ArtifactId

ArtifactId

distributed-service-injector
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

distributed-service-injector
This library allows you to easy create communication between different services which run on different hosts. It uses the Apache zookeeper to find location of services, the netty io to connnect beatween services and java serialization to serialize queries beatween services.

Download distributed-service-injector

How to add to project

<!-- https://jarcasting.com/artifacts/io.solwind/distributed-service-injector/ -->
<dependency>
    <groupId>io.solwind</groupId>
    <artifactId>distributed-service-injector</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.solwind/distributed-service-injector/
implementation 'io.solwind:distributed-service-injector:0.0.3'
// https://jarcasting.com/artifacts/io.solwind/distributed-service-injector/
implementation ("io.solwind:distributed-service-injector:0.0.3")
'io.solwind:distributed-service-injector:jar:0.0.3'
<dependency org="io.solwind" name="distributed-service-injector" rev="0.0.3">
  <artifact name="distributed-service-injector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.solwind', module='distributed-service-injector', version='0.0.3')
)
libraryDependencies += "io.solwind" % "distributed-service-injector" % "0.0.3"
[io.solwind/distributed-service-injector "0.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
io.netty : netty-all jar 4.0.4.Final
org.apache.zookeeper : zookeeper jar 3.4.10

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 2.0.2-beta
org.apache.curator : curator-test jar 3.3.0
org.slf4j : slf4j-log4j12 jar RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2