c

context

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