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