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