MVN

org.noear : solon.web.stop

Maven & Gradle

Aug 26, 2023
1.3k stars
<dependency>
    <groupId>org.noear</groupId>
    <artifactId>solon.web.stop</artifactId>
    <version>2.4.6-M3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.noear : solon.web.stop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.6-M3
  • Latest Release Candidate: 2.4.0-RC2
  • Latest Beta: 2.4.4-beta1

All Versions

Choose a version of org.noear : solon.web.stop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
solon.web.stop-2.4.6-M3
solon.web.stop-2.4.6-M2
solon.web.stop-2.4.6-M1
solon.web.stop-2.4.5
solon.web.stop-2.4.4
solon.web.stop-2.4.4-M5
solon.web.stop-2.4.4-beta1
solon.web.stop-2.4.4-M4
solon.web.stop-2.4.4-M3
solon.web.stop-2.4.4-M2
solon.web.stop-2.4.4-M1
solon.web.stop-2.4.3
solon.web.stop-2.4.3-M4
solon.web.stop-2.4.3-M3
solon.web.stop-2.4.3-M2
solon.web.stop-2.4.3-M1
solon.web.stop-2.4.2
solon.web.stop-2.4.2-M3
solon.web.stop-2.4.2-M2
solon.web.stop-2.4.2-M1
solon.web.stop-2.4.1
solon.web.stop-2.4.1-M2
solon.web.stop-2.4.1-M1
solon.web.stop-2.4.0
solon.web.stop-2.4.0-RC2
solon.web.stop-2.4.0-RC
solon.web.stop-2.4.0-M1
2.3.x
solon.web.stop-2.3.9-M1
solon.web.stop-2.3.8
solon.web.stop-2.3.8-M2
solon.web.stop-2.3.8-M1
solon.web.stop-2.3.7
solon.web.stop-2.3.7-M1
solon.web.stop-2.3.6
solon.web.stop-2.3.5
solon.web.stop-2.3.5-M1
solon.web.stop-2.3.4
solon.web.stop-2.3.4-M3
solon.web.stop-2.3.4-M2
solon.web.stop-2.3.4-M1
solon.web.stop-2.3.3
solon.web.stop-2.3.3-M3
solon.web.stop-2.3.3-M2
solon.web.stop-2.3.3-M1
solon.web.stop-2.3.2
solon.web.stop-2.3.1
solon.web.stop-2.3.1-M2
solon.web.stop-2.3.1-M1
solon.web.stop-2.3.0
solon.web.stop-2.3.0-M2
solon.web.stop-2.3.0-M1
2.2.x
solon.web.stop-2.2.20
solon.web.stop-2.2.19
solon.web.stop-2.2.18
solon.web.stop-2.2.17
solon.web.stop-2.2.16
solon.web.stop-2.2.15
solon.web.stop-2.2.14
solon.web.stop-2.2.13
solon.web.stop-2.2.12
solon.web.stop-2.2.11
solon.web.stop-2.2.11-M1
solon.web.stop-2.2.10
solon.web.stop-2.2.9
solon.web.stop-2.2.8
solon.web.stop-2.2.7
solon.web.stop-2.2.6
solon.web.stop-2.2.5
solon.web.stop-2.2.4
solon.web.stop-2.2.4-M1
solon.web.stop-2.2.3
solon.web.stop-2.2.3-M1
solon.web.stop-2.2.2
solon.web.stop-2.2.1
solon.web.stop-2.2.0
solon.web.stop-2.2.0-RC
solon.web.stop-2.2.0-M2
solon.web.stop-2.2.0-M1
2.1.x
solon.web.stop-2.1.4
solon.web.stop-2.1.4-M2
solon.web.stop-2.1.4-M1
solon.web.stop-2.1.3
solon.web.stop-2.1.3-M3
solon.web.stop-2.1.3-M2
solon.web.stop-2.1.3-M1
solon.web.stop-2.1.2
solon.web.stop-2.1.1
solon.web.stop-2.1.1-M1
solon.web.stop-2.1.0
2.0.x
solon.web.stop-2.0.1-M2
solon.web.stop-2.0.1-M1
solon.web.stop-2.0.0
solon.web.stop-2.0.0-RC
solon.web.stop-2.0.0-M1
1.12.x
solon.web.stop-1.12.4

How to add a dependency to Maven

Add the following org.noear : solon.web.stop maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.noear</groupId>
    <artifactId>solon.web.stop</artifactId>
    <version>2.4.6-M3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.noear : solon.web.stop gradle dependency to your build.gradle file:

implementation 'org.noear:solon.web.stop:2.4.6-M3'

Gradle Kotlin DSL: Add the following org.noear : solon.web.stop gradle kotlin dependency to your build.gradle.kts file:

implementation("org.noear:solon.web.stop:2.4.6-M3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.noear : solon.web.stop sbt scala dependency to your build.sbt file:

libraryDependencies += "org.noear" % "solon.web.stop" % "2.4.6-M3"

Advertisement