| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииEventBus Библиотеки уровня приложения Messaging |
| Группа | Группаde.greenrobot |
| Идентификатор | Идентификаторeventbus-annotation-processor |
| Версия | Версия3.0.0-beta1 |
| Тип | Типjar |
| Описание |
ОписаниеEventBus Annotation Processor
Precompiler for EventBus Annotations.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/de.greenrobot/eventbus-annotation-processor/ -->
<dependency>
<groupId>de.greenrobot</groupId>
<artifactId>eventbus-annotation-processor</artifactId>
<version>3.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/de.greenrobot/eventbus-annotation-processor/
implementation 'de.greenrobot:eventbus-annotation-processor:3.0.0-beta1'
// https://jarcasting.com/artifacts/de.greenrobot/eventbus-annotation-processor/
implementation ("de.greenrobot:eventbus-annotation-processor:3.0.0-beta1")
'de.greenrobot:eventbus-annotation-processor:jar:3.0.0-beta1'
<dependency org="de.greenrobot" name="eventbus-annotation-processor" rev="3.0.0-beta1">
<artifact name="eventbus-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.greenrobot', module='eventbus-annotation-processor', version='3.0.0-beta1')
)
libraryDependencies += "de.greenrobot" % "eventbus-annotation-processor" % "3.0.0-beta1"
[de.greenrobot/eventbus-annotation-processor "3.0.0-beta1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.greenrobot : eventbus | jar | 3.0.0-beta1 |