| Категории |
КатегорииDisruptor Универсальные библиотеки High Performance |
|---|---|
| Группа | Группаcom.github.ddth |
| Идентификатор | Идентификаторddth-queue-disruptor |
| Версия | Версия0.4.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| ddth-queue-disruptor-0.4.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-queue-disruptor/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-queue-disruptor</artifactId>
<version>0.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-queue-disruptor/
implementation 'com.github.ddth:ddth-queue-disruptor:0.4.2'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-queue-disruptor/
implementation ("com.github.ddth:ddth-queue-disruptor:0.4.2")
'com.github.ddth:ddth-queue-disruptor:pom:0.4.2'
<dependency org="com.github.ddth" name="ddth-queue-disruptor" rev="0.4.2">
<artifact name="ddth-queue-disruptor" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-queue-disruptor', version='0.4.2')
)
libraryDependencies += "com.github.ddth" % "ddth-queue-disruptor" % "0.4.2"
[com.github.ddth/ddth-queue-disruptor "0.4.2"]