c

context

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