GroupId | GroupIdtop.wboost |
---|---|
ArtifactId | ArtifactIdcommon-utils-web |
Version | Version3.1.1RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.wboost/common-utils-web/ -->
<dependency>
<groupId>top.wboost</groupId>
<artifactId>common-utils-web</artifactId>
<version>3.1.1RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/common-utils-web/
implementation 'top.wboost:common-utils-web:3.1.1RELEASE'
// https://jarcasting.com/artifacts/top.wboost/common-utils-web/
implementation ("top.wboost:common-utils-web:3.1.1RELEASE")
'top.wboost:common-utils-web:jar:3.1.1RELEASE'
<dependency org="top.wboost" name="common-utils-web" rev="3.1.1RELEASE">
<artifact name="common-utils-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='common-utils-web', version='3.1.1RELEASE')
)
libraryDependencies += "top.wboost" % "common-utils-web" % "3.1.1RELEASE"
[top.wboost/common-utils-web "3.1.1RELEASE"]