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

cn.taketoday:today-web 2.3.4.RELEASE

today-web is a servlet based web framework.

Группа

Группа

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

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

today-web
Версия

Версия

2.3.4.RELEASE
Тип

Тип

jar

Скачать today-web 2.3.4.RELEASE


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