MVN

in.wilsonl.hyperbuild : hyperbuild

Maven & Gradle

Jul 11, 2020
703 stars

hyperbuild · Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling

<dependency>
    <groupId>in.wilsonl.hyperbuild</groupId>
    <artifactId>hyperbuild</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.wilsonl.hyperbuild : hyperbuild to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of in.wilsonl.hyperbuild : hyperbuild to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
hyperbuild-0.2.4
hyperbuild-0.2.3
0.1.x
hyperbuild-0.1.11
hyperbuild-0.1.9
hyperbuild-0.1.8
hyperbuild-0.1.7
hyperbuild-0.1.3
hyperbuild-0.1.0
0.0.x
hyperbuild-0.0.45
hyperbuild-0.0.44
hyperbuild-0.0.43
hyperbuild-0.0.41
hyperbuild-0.0.40
hyperbuild-0.0.39
hyperbuild-0.0.38
hyperbuild-0.0.37
hyperbuild-0.0.36
hyperbuild-0.0.35
hyperbuild-0.0.34
hyperbuild-0.0.33
hyperbuild-0.0.32
hyperbuild-0.0.31
hyperbuild-0.0.30
hyperbuild-0.0.28

How to add a dependency to Maven

Add the following in.wilsonl.hyperbuild : hyperbuild maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.wilsonl.hyperbuild</groupId>
    <artifactId>hyperbuild</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.wilsonl.hyperbuild : hyperbuild gradle dependency to your build.gradle file:

implementation 'in.wilsonl.hyperbuild:hyperbuild:0.2.4'

Gradle Kotlin DSL: Add the following in.wilsonl.hyperbuild : hyperbuild gradle kotlin dependency to your build.gradle.kts file:

implementation("in.wilsonl.hyperbuild:hyperbuild:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.wilsonl.hyperbuild : hyperbuild sbt scala dependency to your build.sbt file:

libraryDependencies += "in.wilsonl.hyperbuild" % "hyperbuild" % "0.2.4"