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