| License |
License |
|---|---|
| Categories |
CategoriesEventBus Application Layer Libs Messaging |
| GroupId | GroupIdcom.cmonbaby |
| ArtifactId | ArtifactIdeventbus_annotation |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioneventbus_annotation
Custom Annotation Library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.cmonbaby/eventbus_annotation/ -->
<dependency>
<groupId>com.cmonbaby</groupId>
<artifactId>eventbus_annotation</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cmonbaby/eventbus_annotation/
implementation 'com.cmonbaby:eventbus_annotation:3.0.0'
// https://jarcasting.com/artifacts/com.cmonbaby/eventbus_annotation/
implementation ("com.cmonbaby:eventbus_annotation:3.0.0")
'com.cmonbaby:eventbus_annotation:jar:3.0.0'
<dependency org="com.cmonbaby" name="eventbus_annotation" rev="3.0.0">
<artifact name="eventbus_annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cmonbaby', module='eventbus_annotation', version='3.0.0')
)
libraryDependencies += "com.cmonbaby" % "eventbus_annotation" % "3.0.0"
[com.cmonbaby/eventbus_annotation "3.0.0"]