MVN

io.aboutcode.stage : web

Maven & Gradle

Jun 27, 2021
1 usages
1 stars

Stage web · Web components

<dependency>
    <groupId>io.aboutcode.stage</groupId>
    <artifactId>web</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.aboutcode.stage : web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of io.aboutcode.stage : web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
web-4.0.2
web-4.0.1
web-4.0.0
3.0.x
web-3.0.15
web-3.0.14
web-3.0.13
web-3.0.12
web-3.0.11
web-3.0.10
web-3.0.9
web-3.0.8
web-3.0.7
web-3.0.6
web-3.0.5
web-3.0.4
web-3.0.3
web-3.0.2
web-3.0.1
web-3.0.0
2.0.x
web-2.0.0
1.1.x
web-1.1.4
web-1.1.3
web-1.1.2
web-1.1.1
web-1.1.0
1.0.x
web-1.0.0

How to add a dependency to Maven

Add the following io.aboutcode.stage : web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.aboutcode.stage</groupId>
    <artifactId>web</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.aboutcode.stage : web gradle dependency to your build.gradle file:

implementation 'io.aboutcode.stage:web:4.0.2'

Gradle Kotlin DSL: Add the following io.aboutcode.stage : web gradle kotlin dependency to your build.gradle.kts file:

implementation("io.aboutcode.stage:web:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.aboutcode.stage : web sbt scala dependency to your build.sbt file:

libraryDependencies += "io.aboutcode.stage" % "web" % "4.0.2"

Advertisement