MVN

com.github.mujun0312 : web-booster

Maven & Gradle

Jun 04, 2020

web-booster · Web API

<dependency>
    <groupId>com.github.mujun0312</groupId>
    <artifactId>web-booster</artifactId>
    <version>1.0.5.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mujun0312 : web-booster to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5.RELEASE

All Versions

Choose a version of com.github.mujun0312 : web-booster to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
web-booster-1.0.5.RELEASE
web-booster-1.0.4.RELEASE
web-booster-1.0.3.RELEASE
web-booster-1.0.2.RELEASE
web-booster-1.0.1.03.RELEASE
web-booster-1.0.1.02.RELEASE
web-booster-1.0.1.01.RELEASE
web-booster-1.0.1.RELEASE
web-booster-1.0.0.RELEASE

How to add a dependency to Maven

Add the following com.github.mujun0312 : web-booster maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mujun0312</groupId>
    <artifactId>web-booster</artifactId>
    <version>1.0.5.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mujun0312 : web-booster gradle dependency to your build.gradle file:

implementation 'com.github.mujun0312:web-booster:1.0.5.RELEASE'

Gradle Kotlin DSL: Add the following com.github.mujun0312 : web-booster gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mujun0312:web-booster:1.0.5.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mujun0312 : web-booster sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mujun0312" % "web-booster" % "1.0.5.RELEASE"