TODAY Context

A Java library for dependency injection and aspect oriented programing.

License

License

GroupId

GroupId

cn.taketoday
ArtifactId

ArtifactId

today-context
Last Version

Last Version

3.0.5.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

TODAY Context
A Java library for dependency injection and aspect oriented programing.
Project URL

Project URL

https://github.com/TAKETODAY/today-context
Project Organization

Project Organization

TODAY
Source Code Management

Source Code Management

https://github.com/TAKETODAY/today-context.git

Download today-context

How to add to project

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

Dependencies

provided (8)

Group / Artifact Type Version
javax.annotation : javax.annotation-api jar 1.3.2
javax.inject : javax.inject jar 1
org.slf4j : slf4j-api jar 1.7.28
commons-logging : commons-logging jar 1.2
org.apache.logging.log4j : log4j-api jar 2.13.3
org.redisson : redisson jar 3.11.5
com.github.ben-manes.caffeine : caffeine jar 2.8.5
com.jamonapi : jamon jar 2.81

test (6)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
org.apache.logging.log4j : log4j-core jar 2.13.3
org.assertj : assertj-core jar 3.14.0
junit : junit jar 4.13.1
org.mockito : mockito-core jar 2.23.4
org.projectlombok : lombok jar 1.18.6

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.5.RELEASE
3.0.4.RELEASE
3.0.3.RELEASE
3.0.2.RELEASE
3.0.1.RELEASE
3.0.0.RELEASE
2.1.6.RELEASE
2.1.5.RELEASE
2.1.4.RELEASE
2.1.3.RELEASE