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