| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDisruptor Универсальные библиотеки High Performance |
| Группа | Группаcom.lmax |
| Идентификатор | Идентификаторdisruptor-proxy |
| Последняя версия | Последняя версия2.0.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDisruptor-Proxy
A utility for generating Disruptor-backed proxies for easy execution serialisation
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| disruptor-proxy-2.0.7.pom | |
| disruptor-proxy-2.0.7.jar | 30 KB |
| disruptor-proxy-2.0.7-sources.jar | 26 KB |
| disruptor-proxy-2.0.7-javadoc.jar | 82 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lmax/disruptor-proxy/ -->
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor-proxy</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.lmax/disruptor-proxy/
implementation 'com.lmax:disruptor-proxy:2.0.7'
// https://jarcasting.com/artifacts/com.lmax/disruptor-proxy/
implementation ("com.lmax:disruptor-proxy:2.0.7")
'com.lmax:disruptor-proxy:jar:2.0.7'
<dependency org="com.lmax" name="disruptor-proxy" rev="2.0.7">
<artifact name="disruptor-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lmax', module='disruptor-proxy', version='2.0.7')
)
libraryDependencies += "com.lmax" % "disruptor-proxy" % "2.0.7"
[com.lmax/disruptor-proxy "2.0.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.lmax : disruptor | jar | 3.3.0 |
| org.javassist : javassist | jar | 3.19.0-GA |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| junit : junit | jar | 4.5 |