| Лицензия |
Лицензия |
|---|---|
| Группа | Группаdev.kske |
| Идентификатор | Идентификаторevent-bus-proc |
| Последняя версия | Последняя версия1.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEvent Bus Annotation Processor
Annotation processor checking for errors related to the @Event annotation from Event Bus.
|
| Имя Файла | Размер |
|---|---|
| event-bus-proc-1.2.0.pom | |
| event-bus-proc-1.2.0.jar | 7 KB |
| event-bus-proc-1.2.0-sources.jar | 5 KB |
| event-bus-proc-1.2.0-javadoc.jar | 394 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/dev.kske/event-bus-proc/ -->
<dependency>
<groupId>dev.kske</groupId>
<artifactId>event-bus-proc</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.kske/event-bus-proc/
implementation 'dev.kske:event-bus-proc:1.2.0'
// https://jarcasting.com/artifacts/dev.kske/event-bus-proc/
implementation ("dev.kske:event-bus-proc:1.2.0")
'dev.kske:event-bus-proc:jar:1.2.0'
<dependency org="dev.kske" name="event-bus-proc" rev="1.2.0">
<artifact name="event-bus-proc" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.kske', module='event-bus-proc', version='1.2.0')
)
libraryDependencies += "dev.kske" % "event-bus-proc" % "1.2.0"
[dev.kske/event-bus-proc "1.2.0"]