License |
License |
---|---|
GroupId | GroupIdcom.machinezoo.pushmode |
ArtifactId | ArtifactIdpushmode |
Version | Version0.7.12 |
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.7.12.pom | |
pushmode-0.7.12.jar | 98 KB |
pushmode-0.7.12-sources.jar | 79 KB |
pushmode-0.7.12-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.machinezoo.pushmode/pushmode/ -->
<dependency>
<groupId>com.machinezoo.pushmode</groupId>
<artifactId>pushmode</artifactId>
<version>0.7.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.machinezoo.pushmode/pushmode/
implementation 'com.machinezoo.pushmode:pushmode:0.7.12'
// https://jarcasting.com/artifacts/com.machinezoo.pushmode/pushmode/
implementation ("com.machinezoo.pushmode:pushmode:0.7.12")
'com.machinezoo.pushmode:pushmode:jar:0.7.12'
<dependency org="com.machinezoo.pushmode" name="pushmode" rev="0.7.12">
<artifact name="pushmode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.machinezoo.pushmode', module='pushmode', version='0.7.12')
)
libraryDependencies += "com.machinezoo.pushmode" % "pushmode" % "0.7.12"
[com.machinezoo.pushmode/pushmode "0.7.12"]
Group / Artifact | Type | Version |
---|---|---|
com.machinezoo.hookless : hookless-servlets | jar | 0.4.1 |
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 |