is not current version
Last Version 3.0.5.RELEASE

cn.taketoday:today-context 2.1.3.RELEASE

today-context is a dependency injection framework.

GroupId

GroupId

cn.taketoday
ArtifactId

ArtifactId

today-context
Version

Version

2.1.3.RELEASE
Type

Type

jar

Download today-context 2.1.3.RELEASE


<!-- https://jarcasting.com/artifacts/cn.taketoday/today-context/ -->
<dependency>
    <groupId>cn.taketoday</groupId>
    <artifactId>today-context</artifactId>
    <version>2.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.taketoday/today-context/
implementation 'cn.taketoday:today-context:2.1.3.RELEASE'
// https://jarcasting.com/artifacts/cn.taketoday/today-context/
implementation ("cn.taketoday:today-context:2.1.3.RELEASE")
'cn.taketoday:today-context:jar:2.1.3.RELEASE'
<dependency org="cn.taketoday" name="today-context" rev="2.1.3.RELEASE">
  <artifact name="today-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.taketoday', module='today-context', version='2.1.3.RELEASE')
)
libraryDependencies += "cn.taketoday" % "today-context" % "2.1.3.RELEASE"
[cn.taketoday/today-context "2.1.3.RELEASE"]