c

context-web

optionfactory-spring context-web
Files download
File Operation
context-web-9.8.jar download
context-web-9.8.pom download
context-web-9.8-sources.jar download
Apache Maven
<dependency>
  <groupId>net.optionfactory.spring</groupId>
  <artifactId>context-web</artifactId>
  <version>9.8</version>
</dependency>
Gradle Groovy
implementation 'net.optionfactory.spring:context-web:9.8'
Gradle Kotlin
implementation("net.optionfactory.spring:context-web:9.8")
Scala SBT
libraryDependencies += "net.optionfactory.spring" % "context-web" % "9.8"
Groovy Grape
@Grapes(
  @Grab(group='net.optionfactory.spring', module='context-web', version='9.8')
)
Apache Ivy
<dependency org="net.optionfactory.spring" name="context-web" rev="9.8" />
Leiningen
[net.optionfactory.spring/context-web "9.8"]
Apache Buildr
'net.optionfactory.spring:context-web:jar:9.8'