| License |
License |
|---|---|
| GroupId | GroupIdcn.taketoday |
| ArtifactId | ArtifactIdtoday-web |
| Version | Version3.0.0.RELEASE |
| Type | Typejar |
| Description |
DescriptionTODAY Web Framework
A Java library for building high-performance web applications.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| today-web-3.0.0.RELEASE.pom | |
| today-web-3.0.0.RELEASE.jar | 454 KB |
| today-web-3.0.0.RELEASE-sources.jar | 457 KB |
| today-web-3.0.0.RELEASE-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.taketoday/today-web/ -->
<dependency>
<groupId>cn.taketoday</groupId>
<artifactId>today-web</artifactId>
<version>3.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.taketoday/today-web/
implementation 'cn.taketoday:today-web:3.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.taketoday/today-web/
implementation ("cn.taketoday:today-web:3.0.0.RELEASE")
'cn.taketoday:today-web:jar:3.0.0.RELEASE'
<dependency org="cn.taketoday" name="today-web" rev="3.0.0.RELEASE">
<artifact name="today-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.taketoday', module='today-web', version='3.0.0.RELEASE')
)
libraryDependencies += "cn.taketoday" % "today-web" % "3.0.0.RELEASE"
[cn.taketoday/today-web "3.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.taketoday : today-context | jar | 3.0.1.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 |
| jstl : jstl | jar | 1.2 |
| javax.servlet.jsp : jsp-api | jar | 2.2 |
| com.alibaba : fastjson | jar | 1.2.58 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.2 |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.freemarker : freemarker | jar | 2.3.29 |
| org.thymeleaf : thymeleaf | jar | 3.0.11.RELEASE |
| org.hibernate.validator : hibernate-validator | jar | 6.1.0.Final |
| org.redisson : redisson | jar | 3.10.6 |
| javax.websocket : javax.websocket-api | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| junit : junit | jar | 4.13.1 |
| org.assertj : assertj-core | jar | 3.14.0 |
| org.mockito : mockito-core | jar | 2.23.4 |
| org.eclipse.jetty : jetty-webapp | jar | 9.4.34.v20201102 |
| org.eclipse.jetty.websocket : websocket-servlet | jar | 9.4.34.v20201102 |
| org.eclipse.jetty.websocket : websocket-server | jar | 9.4.34.v20201102 |
| cn.hutool : hutool-all | jar | 5.5.8 |
| org.apache.tomcat.embed : tomcat-embed-websocket | jar | 9.0.30 |