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