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