Categories |
CategoriesEventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdio.github.cubedtear |
ArtifactId | ArtifactIdjcubit-eventBus |
Version | Version6.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jcubit-eventBus-6.0.0.pom | |
jcubit-eventBus-6.0.0.jar | 8 KB |
jcubit-eventBus-6.0.0-sources.jar | 8 KB |
jcubit-eventBus-6.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cubedtear/jcubit-eventBus/ -->
<dependency>
<groupId>io.github.cubedtear</groupId>
<artifactId>jcubit-eventBus</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cubedtear/jcubit-eventBus/
implementation 'io.github.cubedtear:jcubit-eventBus:6.0.0'
// https://jarcasting.com/artifacts/io.github.cubedtear/jcubit-eventBus/
implementation ("io.github.cubedtear:jcubit-eventBus:6.0.0")
'io.github.cubedtear:jcubit-eventBus:jar:6.0.0'
<dependency org="io.github.cubedtear" name="jcubit-eventBus" rev="6.0.0">
<artifact name="jcubit-eventBus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cubedtear', module='jcubit-eventBus', version='6.0.0')
)
libraryDependencies += "io.github.cubedtear" % "jcubit-eventBus" % "6.0.0"
[io.github.cubedtear/jcubit-eventBus "6.0.0"]