Categories |
CategoriesNet EventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdnet.apexes.commons |
ArtifactId | ArtifactIdapexes-commons-eventbus |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.apexes.commons/apexes-commons-eventbus/ -->
<dependency>
<groupId>net.apexes.commons</groupId>
<artifactId>apexes-commons-eventbus</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.apexes.commons/apexes-commons-eventbus/
implementation 'net.apexes.commons:apexes-commons-eventbus:1.1.0'
// https://jarcasting.com/artifacts/net.apexes.commons/apexes-commons-eventbus/
implementation ("net.apexes.commons:apexes-commons-eventbus:1.1.0")
'net.apexes.commons:apexes-commons-eventbus:jar:1.1.0'
<dependency org="net.apexes.commons" name="apexes-commons-eventbus" rev="1.1.0">
<artifact name="apexes-commons-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.apexes.commons', module='apexes-commons-eventbus', version='1.1.0')
)
libraryDependencies += "net.apexes.commons" % "apexes-commons-eventbus" % "1.1.0"
[net.apexes.commons/apexes-commons-eventbus "1.1.0"]