A Java EventSource Client
This is a Java implementation of the EventSource - a client for Server-Sent Events. The implementation is based on Netty
| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.github.aslakhellesoy |
| ArtifactId | ArtifactIdeventsource-java |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioneventsource-java
A Java EventSource Client
|
| Filename | Size |
|---|---|
| eventsource-java-0.1.0.pom | |
| eventsource-java-0.1.0.jar | 15 KB |
| eventsource-java-0.1.0-sources.jar | 6 KB |
| eventsource-java-0.1.0-javadoc.jar | 31 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jboss.netty : netty | jar | 3.2.4.Final |
| 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 |
This is a Java implementation of the EventSource - a client for Server-Sent Events. The implementation is based on Netty