| Categories |
CategoriesNet EventBus Application Layer Libs Messaging |
|---|---|
| GroupId | GroupIdnet.tribe7.seeds |
| ArtifactId | ArtifactIdseeds-eventbus |
| Version | Version14.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| seeds-eventbus-14.0.1.pom | |
| seeds-eventbus-14.0.1.jar | 16 KB |
| seeds-eventbus-14.0.1-sources.jar | 19 KB |
| seeds-eventbus-14.0.1-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.tribe7.seeds/seeds-eventbus/ -->
<dependency>
<groupId>net.tribe7.seeds</groupId>
<artifactId>seeds-eventbus</artifactId>
<version>14.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.tribe7.seeds/seeds-eventbus/
implementation 'net.tribe7.seeds:seeds-eventbus:14.0.1'
// https://jarcasting.com/artifacts/net.tribe7.seeds/seeds-eventbus/
implementation ("net.tribe7.seeds:seeds-eventbus:14.0.1")
'net.tribe7.seeds:seeds-eventbus:jar:14.0.1'
<dependency org="net.tribe7.seeds" name="seeds-eventbus" rev="14.0.1">
<artifact name="seeds-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.tribe7.seeds', module='seeds-eventbus', version='14.0.1')
)
libraryDependencies += "net.tribe7.seeds" % "seeds-eventbus" % "14.0.1"
[net.tribe7.seeds/seeds-eventbus "14.0.1"]