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