| Категории |
КатегорииБезопасность |
|---|---|
| Группа | Группаcom.healthy-chn.security |
| Идентификатор | Идентификаторhealthy-common |
| Версия | Версия1.1.2.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| healthy-common-1.1.2.RELEASE.pom | 1016 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common/ -->
<dependency>
<groupId>com.healthy-chn.security</groupId>
<artifactId>healthy-common</artifactId>
<version>1.1.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common/
implementation 'com.healthy-chn.security:healthy-common:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common/
implementation ("com.healthy-chn.security:healthy-common:1.1.2.RELEASE")
'com.healthy-chn.security:healthy-common:pom:1.1.2.RELEASE'
<dependency org="com.healthy-chn.security" name="healthy-common" rev="1.1.2.RELEASE">
<artifact name="healthy-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.healthy-chn.security', module='healthy-common', version='1.1.2.RELEASE')
)
libraryDependencies += "com.healthy-chn.security" % "healthy-common" % "1.1.2.RELEASE"
[com.healthy-chn.security/healthy-common "1.1.2.RELEASE"]