Last Version

Nepxion EventBus 2.0.15

Nepxion EventBus is a generic event dispatching component based on Google Guava with Nepxion Matrix AOP framework

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

com.nepxion
ArtifactId

ArtifactId

eventbus
Version

Version

2.0.15
Type

Type

pom
Description

Description

Nepxion EventBus
Nepxion EventBus is a generic event dispatching component based on Google Guava with Nepxion Matrix AOP framework
Project URL

Project URL

http://www.nepxion.com
Project Organization

Project Organization

Nepxion
Source Code Management

Source Code Management

https://github.com/Nepxion/EventBus

Download eventbus 2.0.15

Filename Size
eventbus-2.0.15.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.nepxion/eventbus/ -->
<dependency>
    <groupId>com.nepxion</groupId>
    <artifactId>eventbus</artifactId>
    <version>2.0.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nepxion/eventbus/
implementation 'com.nepxion:eventbus:2.0.15'
// https://jarcasting.com/artifacts/com.nepxion/eventbus/
implementation ("com.nepxion:eventbus:2.0.15")
'com.nepxion:eventbus:pom:2.0.15'
<dependency org="com.nepxion" name="eventbus" rev="2.0.15">
  <artifact name="eventbus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nepxion', module='eventbus', version='2.0.15')
)
libraryDependencies += "com.nepxion" % "eventbus" % "2.0.15"
[com.nepxion/eventbus "2.0.15"]

Dependencies

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

Project Modules

  • eventbus-aop
  • eventbus-aop-starter
  • eventbus-spring-boot-example