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