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