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