MVN

com.machinezoo.pushmode : pushmode

Maven & Gradle

Apr 11, 2023
2 usages
1 stars

PushMode · 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.

<dependency>
    <groupId>com.machinezoo.pushmode</groupId>
    <artifactId>pushmode</artifactId>
    <version>0.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.machinezoo.pushmode : pushmode to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.3

All Versions

Choose a version of com.machinezoo.pushmode : pushmode to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
pushmode-0.8.3
pushmode-0.8.2
pushmode-0.8.1
pushmode-0.8.0
0.7.x
pushmode-0.7.12
pushmode-0.7.11
pushmode-0.7.9
pushmode-0.7.8
pushmode-0.7.6
pushmode-0.7.5
pushmode-0.7.2
pushmode-0.7.1
pushmode-0.7.0
0.6.x
pushmode-0.6.0
0.5.x
pushmode-0.5.1
pushmode-0.5.0
0.4.x
pushmode-0.4.4
pushmode-0.4.0
0.3.x
pushmode-0.3.0
0.2.x
pushmode-0.2.0
0.1.x
pushmode-0.1.0

How to add a dependency to Maven

Add the following com.machinezoo.pushmode : pushmode maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.machinezoo.pushmode</groupId>
    <artifactId>pushmode</artifactId>
    <version>0.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.machinezoo.pushmode : pushmode gradle dependency to your build.gradle file:

implementation 'com.machinezoo.pushmode:pushmode:0.8.3'

Gradle Kotlin DSL: Add the following com.machinezoo.pushmode : pushmode gradle kotlin dependency to your build.gradle.kts file:

implementation("com.machinezoo.pushmode:pushmode:0.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.machinezoo.pushmode : pushmode sbt scala dependency to your build.sbt file:

libraryDependencies += "com.machinezoo.pushmode" % "pushmode" % "0.8.3"

Advertisement