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