| License |
License |
|---|---|
| GroupId | GroupIdcn.taketoday |
| ArtifactId | ArtifactIdtoday-context |
| Last Version | Last Version3.0.5.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTODAY Context
A Java library for dependency injection and aspect oriented programing.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| today-context-3.0.5.RELEASE.pom | |
| today-context-3.0.5.RELEASE.jar | 290 KB |
| today-context-3.0.5.RELEASE-sources.jar | 336 KB |
| today-context-3.0.5.RELEASE-javadoc.jar | 963 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |