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