xaoc-event

Spring components can interact by simply calling each others methods. But to enable components to interact in a more loosely-coupled fashion than is possible when the components call each others methods directly, xaoc-event provides component-driven events

License

License

GroupId

GroupId

eu.vitaliy
ArtifactId

ArtifactId

xaoc-event
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

xaoc-event
Spring components can interact by simply calling each others methods. But to enable components to interact in a more loosely-coupled fashion than is possible when the components call each others methods directly, xaoc-event provides component-driven events
Project URL

Project URL

http://sourceforge.net/projects/xaoc-event

Download xaoc-event

How to add to project

<!-- https://jarcasting.com/artifacts/eu.vitaliy/xaoc-event/ -->
<dependency>
    <groupId>eu.vitaliy</groupId>
    <artifactId>xaoc-event</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.vitaliy/xaoc-event/
implementation 'eu.vitaliy:xaoc-event:1.0.1'
// https://jarcasting.com/artifacts/eu.vitaliy/xaoc-event/
implementation ("eu.vitaliy:xaoc-event:1.0.1")
'eu.vitaliy:xaoc-event:jar:1.0.1'
<dependency org="eu.vitaliy" name="xaoc-event" rev="1.0.1">
  <artifact name="xaoc-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.vitaliy', module='xaoc-event', version='1.0.1')
)
libraryDependencies += "eu.vitaliy" % "xaoc-event" % "1.0.1"
[eu.vitaliy/xaoc-event "1.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework : spring-beans jar 3.0.5.RELEASE
org.springframework : spring-context jar 3.0.5.RELEASE
org.aspectj : aspectjweaver jar 1.6.10
org.aspectj : aspectjrt jar 1.6.10

test (4)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.springframework : spring-test jar 3.0.5.RELEASE
cglib : cglib jar 2.2
org.easytesting : fest-assert jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0