MVN

net.optionfactory.spring : context-web

Maven & Gradle

Feb 07, 2023
1 usages
1 stars

net.optionfactory.spring:context-web · optionfactory-spring context-web

<dependency>
    <groupId>net.optionfactory.spring</groupId>
    <artifactId>context-web</artifactId>
    <version>7.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.optionfactory.spring : context-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.16

All Versions

Choose a version of net.optionfactory.spring : context-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0
context-web-8.0
7.16
context-web-7.16
7.15
context-web-7.15
7.14
context-web-7.14
7.13
context-web-7.13
7.11
context-web-7.11
7.10
context-web-7.10
7.9
context-web-7.9
7.8
context-web-7.8
7.7
context-web-7.7
7.6
context-web-7.6
7.5
context-web-7.5
7.4
context-web-7.4
7.3
context-web-7.3
7.2
context-web-7.2
7.1
context-web-7.1
7.0
context-web-7.0
6.4
context-web-6.4
6.3
context-web-6.3
6.2
context-web-6.2
6.1
context-web-6.1
6.0
context-web-6.0
5.13
context-web-5.13
5.12
context-web-5.12
5.11
context-web-5.11
5.10
context-web-5.10
5.9
context-web-5.9
5.8
context-web-5.8
5.7
context-web-5.7
5.6
context-web-5.6
5.5
context-web-5.5
5.4
context-web-5.4
5.3
context-web-5.3
5.2
context-web-5.2
5.1
context-web-5.1
5.0
context-web-5.0
4.8
context-web-4.8
4.7
context-web-4.7
4.6
context-web-4.6
4.5
context-web-4.5
4.4
context-web-4.4
4.3
context-web-4.3
4.2
context-web-4.2
4.1
context-web-4.1
4.0
context-web-4.0
3.0
context-web-3.0

How to add a dependency to Maven

Add the following net.optionfactory.spring : context-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.optionfactory.spring</groupId>
    <artifactId>context-web</artifactId>
    <version>7.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.optionfactory.spring : context-web gradle dependency to your build.gradle file:

implementation 'net.optionfactory.spring:context-web:7.16'

Gradle Kotlin DSL: Add the following net.optionfactory.spring : context-web gradle kotlin dependency to your build.gradle.kts file:

implementation("net.optionfactory.spring:context-web:7.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.optionfactory.spring : context-web sbt scala dependency to your build.sbt file:

libraryDependencies += "net.optionfactory.spring" % "context-web" % "7.16"

Advertisement