| Категории |
Категорииcentraldogma Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаcom.linecorp.centraldogma |
| Идентификатор | Идентификаторcentraldogma-common-shaded |
| Версия | Версия0.28.0 |
| Тип | Типpom |
<!-- https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-common-shaded/ -->
<dependency>
<groupId>com.linecorp.centraldogma</groupId>
<artifactId>centraldogma-common-shaded</artifactId>
<version>0.28.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-common-shaded/
implementation 'com.linecorp.centraldogma:centraldogma-common-shaded:0.28.0'
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-common-shaded/
implementation ("com.linecorp.centraldogma:centraldogma-common-shaded:0.28.0")
'com.linecorp.centraldogma:centraldogma-common-shaded:pom:0.28.0'
<dependency org="com.linecorp.centraldogma" name="centraldogma-common-shaded" rev="0.28.0">
<artifact name="centraldogma-common-shaded" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.centraldogma', module='centraldogma-common-shaded', version='0.28.0')
)
libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-common-shaded" % "0.28.0"
[com.linecorp.centraldogma/centraldogma-common-shaded "0.28.0"]