License |
License |
---|---|
GroupId | GroupIdeu.vitaliy |
ArtifactId | ArtifactIdxaoc-event |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxaoc-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 |
Filename | Size |
---|---|
xaoc-event-1.0.1.pom | |
xaoc-event-1.0.1.jar | 12 KB |
xaoc-event-1.0.1-sources.jar | 8 KB |
xaoc-event-1.0.1-javadoc.jar | 75 KB |
Browse |
<!-- 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"]
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 |
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 |