GroupId | GroupIdio.corbel |
---|---|
ArtifactId | ArtifactIdevent-bus |
Version | Version1.24.0 |
Type | Typejar |
Filename | Size |
---|---|
event-bus-1.24.0.pom | |
event-bus-1.24.0.jar | 16 KB |
event-bus-1.24.0-sources.jar | 10 KB |
event-bus-1.24.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.corbel/event-bus/ -->
<dependency>
<groupId>io.corbel</groupId>
<artifactId>event-bus</artifactId>
<version>1.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.corbel/event-bus/
implementation 'io.corbel:event-bus:1.24.0'
// https://jarcasting.com/artifacts/io.corbel/event-bus/
implementation ("io.corbel:event-bus:1.24.0")
'io.corbel:event-bus:jar:1.24.0'
<dependency org="io.corbel" name="event-bus" rev="1.24.0">
<artifact name="event-bus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.corbel', module='event-bus', version='1.24.0')
)
libraryDependencies += "io.corbel" % "event-bus" % "1.24.0"
[io.corbel/event-bus "1.24.0"]