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