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