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