MVN

com.machinezoo.pmsite : pmsite

Maven & Gradle

Apr 11, 2023
1 usages
2 stars

PMSite · Simplistic application framework built on top of PushMode HTML streaming library.

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

Latest Version

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

  • Latest Stable: 0.18.5

All Versions

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

Version Vulnerabilities Updated
0.18.x
pmsite-0.18.5
pmsite-0.18.4
pmsite-0.18.3
pmsite-0.18.2
0.17.x
pmsite-0.17.0
0.16.x
pmsite-0.16.1
pmsite-0.16.0
0.15.x
pmsite-0.15.1
pmsite-0.15.0
0.14.x
pmsite-0.14.2
pmsite-0.14.1
pmsite-0.14.0
0.13.x
pmsite-0.13.5
pmsite-0.13.4
pmsite-0.13.3
pmsite-0.13.2
pmsite-0.13.1
pmsite-0.13.0
0.12.x
pmsite-0.12.5
pmsite-0.12.4
pmsite-0.12.3
pmsite-0.12.2
0.11.x
pmsite-0.11.0
0.10.x
pmsite-0.10.0
0.9.x
pmsite-0.9.0
0.8.x
pmsite-0.8.0
0.7.x
pmsite-0.7.0
0.6.x
pmsite-0.6.0
0.5.x
pmsite-0.5.0
0.4.x
pmsite-0.4.0
0.3.x
pmsite-0.3.0
0.2.x
pmsite-0.2.0
0.1.x
pmsite-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.machinezoo.pmsite</groupId>
    <artifactId>pmsite</artifactId>
    <version>0.18.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.machinezoo.pmsite:pmsite:0.18.5'

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

implementation("com.machinezoo.pmsite:pmsite:0.18.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.machinezoo.pmsite" % "pmsite" % "0.18.5"

Advertisement