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