c

context

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