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

cn.taketoday:today-context 2.1.6.RELEASE

today-context is a lightweight dependency injection framework.

Группа

Группа

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

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

today-context
Версия

Версия

2.1.6.RELEASE
Тип

Тип

jar

Скачать today-context 2.1.6.RELEASE


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