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