| Группа | Группаtop.wboost |
|---|---|
| Идентификатор | Идентификаторcommon-utils-web |
| Версия | Версия3.2.1.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| common-utils-web-3.2.1.RELEASE.pom | |
| common-utils-web-3.2.1.RELEASE.jar | 75 KB |
| common-utils-web-3.2.1.RELEASE-sources.jar | 45 KB |
| common-utils-web-3.2.1.RELEASE-javadoc.jar | 243 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.wboost/common-utils-web/ -->
<dependency>
<groupId>top.wboost</groupId>
<artifactId>common-utils-web</artifactId>
<version>3.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/common-utils-web/
implementation 'top.wboost:common-utils-web:3.2.1.RELEASE'
// https://jarcasting.com/artifacts/top.wboost/common-utils-web/
implementation ("top.wboost:common-utils-web:3.2.1.RELEASE")
'top.wboost:common-utils-web:jar:3.2.1.RELEASE'
<dependency org="top.wboost" name="common-utils-web" rev="3.2.1.RELEASE">
<artifact name="common-utils-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='common-utils-web', version='3.2.1.RELEASE')
)
libraryDependencies += "top.wboost" % "common-utils-web" % "3.2.1.RELEASE"
[top.wboost/common-utils-web "3.2.1.RELEASE"]