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