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