c

context-web

optionfactory-spring context-web
文件下载
文件名 操作
context-web-9.2.jar 下载
context-web-9.2.pom 下载
context-web-9.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.optionfactory.spring</groupId>
  <artifactId>context-web</artifactId>
  <version>9.2</version>
</dependency>
Gradle Groovy
implementation 'net.optionfactory.spring:context-web:9.2'
Gradle Kotlin
implementation("net.optionfactory.spring:context-web:9.2")
Scala SBT
libraryDependencies += "net.optionfactory.spring" % "context-web" % "9.2"
Groovy Grape
@Grapes(
  @Grab(group='net.optionfactory.spring', module='context-web', version='9.2')
)
Apache Ivy
<dependency org="net.optionfactory.spring" name="context-web" rev="9.2" />
Leiningen
[net.optionfactory.spring/context-web "9.2"]
Apache Buildr
'net.optionfactory.spring:context-web:jar:9.2'