MVN

org.webjars.npm : hyperscript.org

Maven & Gradle

Aug 07, 2023
2.7k stars

hyperscript.org · WebJar for hyperscript.org

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>hyperscript.org</artifactId>
    <version>0.9.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : hyperscript.org to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.11

All Versions

Choose a version of org.webjars.npm : hyperscript.org to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
hyperscript.org-0.9.11
hyperscript.org-0.9.9
hyperscript.org-0.9.8
hyperscript.org-0.9.7
hyperscript.org-0.9.6
hyperscript.org-0.9.5
hyperscript.org-0.9.4
hyperscript.org-0.9.3
0.8.x
hyperscript.org-0.8.2
hyperscript.org-0.8.1
hyperscript.org-0.8.0
0.0.x
hyperscript.org-0.0.9

How to add a dependency to Maven

Add the following org.webjars.npm : hyperscript.org maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>hyperscript.org</artifactId>
    <version>0.9.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : hyperscript.org gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:hyperscript.org:0.9.11'

Gradle Kotlin DSL: Add the following org.webjars.npm : hyperscript.org gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:hyperscript.org:0.9.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : hyperscript.org sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "hyperscript.org" % "0.9.11"

Advertisement