eventsource-java

A Java EventSource Client

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.aslakhellesoy
ArtifactId

ArtifactId

eventsource-java
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

eventsource-java
A Java EventSource Client

Download eventsource-java

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jboss.netty : netty jar 3.2.4.Final

test (3)

Group / Artifact Type Version
org.webbitserver : webbit jar 0.1.10
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.

A Java EventSource Client

This is a Java implementation of the EventSource - a client for Server-Sent Events. The implementation is based on Netty

Versions

Version
0.1.0