| GroupId | GroupIdtop.wboost | 
|---|---|
| ArtifactId | ArtifactIdcommon-web | 
| Version | Version3.1.7.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| common-web-3.1.7.RELEASE.pom | |
| common-web-3.1.7.RELEASE.jar | 191 KB | 
| common-web-3.1.7.RELEASE-sources.jar | 122 KB | 
| common-web-3.1.7.RELEASE-javadoc.jar | 914 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/top.wboost/common-web/ -->
<dependency>
    <groupId>top.wboost</groupId>
    <artifactId>common-web</artifactId>
    <version>3.1.7.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/top.wboost/common-web/
implementation 'top.wboost:common-web:3.1.7.RELEASE'// https://jarcasting.com/artifacts/top.wboost/common-web/
implementation ("top.wboost:common-web:3.1.7.RELEASE")'top.wboost:common-web:jar:3.1.7.RELEASE'<dependency org="top.wboost" name="common-web" rev="3.1.7.RELEASE">
  <artifact name="common-web" type="jar" />
</dependency>@Grapes(
@Grab(group='top.wboost', module='common-web', version='3.1.7.RELEASE')
)libraryDependencies += "top.wboost" % "common-web" % "3.1.7.RELEASE"[top.wboost/common-web "3.1.7.RELEASE"]