License |
License |
---|---|
GroupId | GroupIdcom.github.fangjinuo.agileway |
ArtifactId | ArtifactIdagileway-web |
Version | Version2.6.10 |
Type | Typejar |
Description |
Descriptioncom.github.fangjinuo.agileway:agileway-web:2.6.10
Provide many web tools for servlet : global exception handler, global restful response, global filters,
access logs, downloads, etc...
|
Filename | Size |
---|---|
agileway-web-2.6.10.pom | |
agileway-web-2.6.10.jar | 169 KB |
agileway-web-2.6.10-sources.jar | 85 KB |
agileway-web-2.6.10-javadoc.jar | 635 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-web/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-web</artifactId>
<version>2.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-web/
implementation 'com.github.fangjinuo.agileway:agileway-web:2.6.10'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-web/
implementation ("com.github.fangjinuo.agileway:agileway-web:2.6.10")
'com.github.fangjinuo.agileway:agileway-web:jar:2.6.10'
<dependency org="com.github.fangjinuo.agileway" name="agileway-web" rev="2.6.10">
<artifact name="agileway-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-web', version='2.6.10')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-web" % "2.6.10"
[com.github.fangjinuo.agileway/agileway-web "2.6.10"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
com.github.fangjinuo.easyjson : easyjson-core | jar | 3.2.11 |
org.slf4j : slf4j-api Optional | jar | 1.7.22 |
com.github.fangjinuo.langx : langx-java | jar | 4.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |