GroupId | GroupIdcom.github.philippheuer.events4j |
---|---|
ArtifactId | ArtifactIdevents4j-handler-spring |
Version | Version0.9.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.philippheuer.events4j/events4j-handler-spring/ -->
<dependency>
<groupId>com.github.philippheuer.events4j</groupId>
<artifactId>events4j-handler-spring</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.philippheuer.events4j/events4j-handler-spring/
implementation 'com.github.philippheuer.events4j:events4j-handler-spring:0.9.4'
// https://jarcasting.com/artifacts/com.github.philippheuer.events4j/events4j-handler-spring/
implementation ("com.github.philippheuer.events4j:events4j-handler-spring:0.9.4")
'com.github.philippheuer.events4j:events4j-handler-spring:jar:0.9.4'
<dependency org="com.github.philippheuer.events4j" name="events4j-handler-spring" rev="0.9.4">
<artifact name="events4j-handler-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.philippheuer.events4j', module='events4j-handler-spring', version='0.9.4')
)
libraryDependencies += "com.github.philippheuer.events4j" % "events4j-handler-spring" % "0.9.4"
[com.github.philippheuer.events4j/events4j-handler-spring "0.9.4"]