t

today-context

today-context is a lightweight dependency injection framework.
https://taketoday.cn
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
TODAY
TODAY
Files download
File Operation
today-context-2.1.4.RELEASE.jar download
today-context-2.1.4.RELEASE.pom download
today-context-2.1.4.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.taketoday</groupId>
  <artifactId>today-context</artifactId>
  <version>2.1.4.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'cn.taketoday:today-context:2.1.4.RELEASE'
Gradle Kotlin
implementation("cn.taketoday:today-context:2.1.4.RELEASE")
Scala SBT
libraryDependencies += "cn.taketoday" % "today-context" % "2.1.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='cn.taketoday', module='today-context', version='2.1.4.RELEASE')
)
Apache Ivy
<dependency org="cn.taketoday" name="today-context" rev="2.1.4.RELEASE" />
Leiningen
[cn.taketoday/today-context "2.1.4.RELEASE"]
Apache Buildr
'cn.taketoday:today-context:jar:2.1.4.RELEASE'