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