License |
License |
---|---|
GroupId | GroupIdcom.machinezoo.pushmode |
ArtifactId | ArtifactIdpushmode |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPushMode
Server-side Java library that streams web app's HTML output down to the browser while user's actions are streamed back to the server.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pushmode-0.8.2.pom | |
pushmode-0.8.2.jar | 95 KB |
pushmode-0.8.2-sources.jar | 76 KB |
pushmode-0.8.2-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.machinezoo.pushmode/pushmode/ -->
<dependency>
<groupId>com.machinezoo.pushmode</groupId>
<artifactId>pushmode</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.machinezoo.pushmode/pushmode/
implementation 'com.machinezoo.pushmode:pushmode:0.8.2'
// https://jarcasting.com/artifacts/com.machinezoo.pushmode/pushmode/
implementation ("com.machinezoo.pushmode:pushmode:0.8.2")
'com.machinezoo.pushmode:pushmode:jar:0.8.2'
<dependency org="com.machinezoo.pushmode" name="pushmode" rev="0.8.2">
<artifact name="pushmode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.machinezoo.pushmode', module='pushmode', version='0.8.2')
)
libraryDependencies += "com.machinezoo.pushmode" % "pushmode" % "0.8.2"
[com.machinezoo.pushmode/pushmode "0.8.2"]
Group / Artifact | Type | Version |
---|---|---|
com.machinezoo.hookless : hookless-servlets | jar | 0.5.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.2 |
commons-io : commons-io | jar | 2.8.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
org.hamcrest : hamcrest | jar | 2.2 |
org.slf4j : slf4j-simple | jar | 1.7.30 |