не последняя версия
Последняя версия 3.0.5.RELEASE

cn.taketoday:today-context 3.0.4.RELEASE

A Java library for dependency injection and aspect oriented programing.

Группа

Группа

cn.taketoday
Идентификатор

Идентификатор

today-context
Версия

Версия

3.0.4.RELEASE
Тип

Тип

jar

Скачать 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"]