| Группа | Группаcom.hack23.cia |
|---|---|
| Идентификатор | Идентификаторservice.external.common |
| Версия | Версия2022.4.9 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.hack23.cia/service.external.common/ -->
<dependency>
<groupId>com.hack23.cia</groupId>
<artifactId>service.external.common</artifactId>
<version>2022.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.hack23.cia/service.external.common/
implementation 'com.hack23.cia:service.external.common:2022.4.9'
// https://jarcasting.com/artifacts/com.hack23.cia/service.external.common/
implementation ("com.hack23.cia:service.external.common:2022.4.9")
'com.hack23.cia:service.external.common:jar:2022.4.9'
<dependency org="com.hack23.cia" name="service.external.common" rev="2022.4.9">
<artifact name="service.external.common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hack23.cia', module='service.external.common', version='2022.4.9')
)
libraryDependencies += "com.hack23.cia" % "service.external.common" % "2022.4.9"
[com.hack23.cia/service.external.common "2022.4.9"]