Event Bus Annotation Processor

Annotation processor checking for errors related to the @Event annotation from Event Bus.

License

License

GroupId

GroupId

dev.kske
ArtifactId

ArtifactId

event-bus-proc
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Event Bus Annotation Processor
Annotation processor checking for errors related to the @Event annotation from Event Bus.

Download event-bus-proc

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0