Last Version

Spring Data Events 1.0.0.RELEASE

Spring Data repository events publishing via Spring events infrastructure.

License

License

Categories

Categories

Data
GroupId

GroupId

io.github.dachv.spring.data.event
ArtifactId

ArtifactId

spring-data-events
Version

Version

1.0.0.RELEASE
Type

Type

jar
Description

Description

Spring Data Events
Spring Data repository events publishing via Spring events infrastructure.

Download spring-data-events 1.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/io.github.dachv.spring.data.event/spring-data-events/ -->
<dependency>
    <groupId>io.github.dachv.spring.data.event</groupId>
    <artifactId>spring-data-events</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dachv.spring.data.event/spring-data-events/
implementation 'io.github.dachv.spring.data.event:spring-data-events:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.dachv.spring.data.event/spring-data-events/
implementation ("io.github.dachv.spring.data.event:spring-data-events:1.0.0.RELEASE")
'io.github.dachv.spring.data.event:spring-data-events:jar:1.0.0.RELEASE'
<dependency org="io.github.dachv.spring.data.event" name="spring-data-events" rev="1.0.0.RELEASE">
  <artifact name="spring-data-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dachv.spring.data.event', module='spring-data-events', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.dachv.spring.data.event" % "spring-data-events" % "1.0.0.RELEASE"
[io.github.dachv.spring.data.event/spring-data-events "1.0.0.RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-core jar 5.1.4.RELEASE
org.springframework : spring-context jar 5.1.4.RELEASE
org.springframework.data : spring-data-commons jar 2.1.4.RELEASE

Project Modules

There are no modules declared in this project.