is not current version
Last Version 1.1

io.github.forezp:matrix-eventbus-core 1.0

Demo project for Spring Boot

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

io.github.forezp
ArtifactId

ArtifactId

matrix-eventbus-core
Version

Version

1.0
Type

Type

jar

Download matrix-eventbus-core 1.0


<!-- https://jarcasting.com/artifacts/io.github.forezp/matrix-eventbus-core/ -->
<dependency>
    <groupId>io.github.forezp</groupId>
    <artifactId>matrix-eventbus-core</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.forezp/matrix-eventbus-core/
implementation 'io.github.forezp:matrix-eventbus-core:1.0'
// https://jarcasting.com/artifacts/io.github.forezp/matrix-eventbus-core/
implementation ("io.github.forezp:matrix-eventbus-core:1.0")
'io.github.forezp:matrix-eventbus-core:jar:1.0'
<dependency org="io.github.forezp" name="matrix-eventbus-core" rev="1.0">
  <artifact name="matrix-eventbus-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.forezp', module='matrix-eventbus-core', version='1.0')
)
libraryDependencies += "io.github.forezp" % "matrix-eventbus-core" % "1.0"
[io.github.forezp/matrix-eventbus-core "1.0"]