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