| GroupId | GroupIdcn.org.faster | 
|---|---|
| ArtifactId | ArtifactIdfaster-web | 
| Version | Version1.3.2.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| faster-web-1.3.2.RELEASE.pom | |
| faster-web-1.3.2.RELEASE.jar | 50 KB | 
| faster-web-1.3.2.RELEASE-sources.jar | 30 KB | 
| faster-web-1.3.2.RELEASE-javadoc.jar | 355 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.org.faster/faster-web/ -->
<dependency>
    <groupId>cn.org.faster</groupId>
    <artifactId>faster-web</artifactId>
    <version>1.3.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.org.faster/faster-web/
implementation 'cn.org.faster:faster-web:1.3.2.RELEASE'// https://jarcasting.com/artifacts/cn.org.faster/faster-web/
implementation ("cn.org.faster:faster-web:1.3.2.RELEASE")'cn.org.faster:faster-web:jar:1.3.2.RELEASE'<dependency org="cn.org.faster" name="faster-web" rev="1.3.2.RELEASE">
  <artifact name="faster-web" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.org.faster', module='faster-web', version='1.3.2.RELEASE')
)libraryDependencies += "cn.org.faster" % "faster-web" % "1.3.2.RELEASE"[cn.org.faster/faster-web "1.3.2.RELEASE"]