Categories |
CategoriesNet EventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdnet.colesico.framework |
ArtifactId | ArtifactIdcolesico-eventbus |
Version | Version3.8.1 |
Type | Typejar |
Filename | Size |
---|---|
colesico-eventbus-3.8.1.pom | |
colesico-eventbus-3.8.1.jar | 20 KB |
colesico-eventbus-3.8.1-sources.jar | 14 KB |
colesico-eventbus-3.8.1-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.colesico.framework/colesico-eventbus/ -->
<dependency>
<groupId>net.colesico.framework</groupId>
<artifactId>colesico-eventbus</artifactId>
<version>3.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-eventbus/
implementation 'net.colesico.framework:colesico-eventbus:3.8.1'
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-eventbus/
implementation ("net.colesico.framework:colesico-eventbus:3.8.1")
'net.colesico.framework:colesico-eventbus:jar:3.8.1'
<dependency org="net.colesico.framework" name="colesico-eventbus" rev="3.8.1">
<artifact name="colesico-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.colesico.framework', module='colesico-eventbus', version='3.8.1')
)
libraryDependencies += "net.colesico.framework" % "colesico-eventbus" % "3.8.1"
[net.colesico.framework/colesico-eventbus "3.8.1"]