is not current version
Last Version 3.0.5.RELEASE

cn.taketoday:today-context 3.0.4.RELEASE

A Java library for dependency injection and aspect oriented programing.

GroupId

GroupId

cn.taketoday
ArtifactId

ArtifactId

today-context
Version

Version

3.0.4.RELEASE
Type

Type

jar

Download today-context 3.0.4.RELEASE


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