| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.kolibrifx.common |
| Идентификатор | Идентификаторcommon-dispatcher-lmax |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Описание |
Описаниеcommon-dispatcher-lmax
A real-time implementation of the Dispatcher interface based on the LMAX Disruptor.
|
<!-- https://jarcasting.com/artifacts/com.kolibrifx.common/common-dispatcher-lmax/ -->
<dependency>
<groupId>com.kolibrifx.common</groupId>
<artifactId>common-dispatcher-lmax</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kolibrifx.common/common-dispatcher-lmax/
implementation 'com.kolibrifx.common:common-dispatcher-lmax:1.1.0'
// https://jarcasting.com/artifacts/com.kolibrifx.common/common-dispatcher-lmax/
implementation ("com.kolibrifx.common:common-dispatcher-lmax:1.1.0")
'com.kolibrifx.common:common-dispatcher-lmax:jar:1.1.0'
<dependency org="com.kolibrifx.common" name="common-dispatcher-lmax" rev="1.1.0">
<artifact name="common-dispatcher-lmax" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kolibrifx.common', module='common-dispatcher-lmax', version='1.1.0')
)
libraryDependencies += "com.kolibrifx.common" % "common-dispatcher-lmax" % "1.1.0"
[com.kolibrifx.common/common-dispatcher-lmax "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.lmax : disruptor | jar | 3.3.0 |
| com.kolibrifx.common : common-dispatcher | jar | 1.1.0 |