JavaDDPClient

JavaDDPClient is a Java library for the Meteor.js framework DDP websocket protocol

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.jazeee
ArtifactId

ArtifactId

ddp-client
Last Version

Last Version

2.1.10
Release Date

Release Date

Type

Type

jar
Description

Description

JavaDDPClient
JavaDDPClient is a Java library for the Meteor.js framework DDP websocket protocol
Project URL

Project URL

https://github.com/jazeee/java-ddp-client

Download ddp-client

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.apache.commons : commons-collections4 jar [4.0,5.0)
org.apache.commons : commons-lang3 jar 3.0
javax.websocket : javax.websocket-api jar 1.1
org.glassfish.tyrus : tyrus-client jar 1.13
org.glassfish.tyrus : tyrus-container-grizzly-client jar 1.13
org.apache.httpcomponents : httpclient jar 4.5.2
com.google.code.gson : gson jar [2.3,3.0)
org.slf4j : slf4j-api jar [1.7,1.8)
org.slf4j : slf4j-simple jar [1.7,1.8)
com.nimbusds : srp6a jar [1.5,1.6)

test (1)

Group / Artifact Type Version
junit : junit jar [4,5)

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.10
2.1.8
2.1.3
2.0.0.0