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