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