| Группа | Группаcn.taketoday |
|---|---|
| Идентификатор | Идентификаторtoday-web |
| Версия | Версия2.3.4.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| today-web-2.3.4.RELEASE.pom | |
| today-web-2.3.4.RELEASE.jar | 169 KB |
| today-web-2.3.4.RELEASE-sources.jar | 163 KB |
| today-web-2.3.4.RELEASE-javadoc.jar | 547 KB |
| Обзор |
<!-- 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"]