DDP Client for Java

This is a Java client for the DDP protocol for Meteor.

License

License

Categories

Categories

Ant Build Tools CLI User Interface Geo Business Logic Libraries Geospatial
GroupId

GroupId

io.advantageous.ddp
ArtifactId

ArtifactId

ddp-client
Last Version

Last Version

0.5.4
Release Date

Release Date

Type

Type

jar
Description

Description

DDP Client for Java
This is a Java client for the DDP protocol for Meteor.
Project URL

Project URL

http://github.com/sailorgeoffrey/ddp-client-java

Download ddp-client

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
javax.websocket : javax.websocket-api jar 1.0
org.slf4j : slf4j-api jar [1.7,1.8)
javax.inject : javax.inject jar 1
com.google.code.gson : gson jar 2.2.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.4
0.5.3