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