Categories |
CategoriesEventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdorg.marketcetera |
ArtifactId | ArtifactIdeventbus-parent |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
eventbus-parent-3.2.0.pom | 743 bytes |
eventbus-parent-3.2.0-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.marketcetera/eventbus-parent/ -->
<dependency>
<groupId>org.marketcetera</groupId>
<artifactId>eventbus-parent</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.marketcetera/eventbus-parent/
implementation 'org.marketcetera:eventbus-parent:3.2.0'
// https://jarcasting.com/artifacts/org.marketcetera/eventbus-parent/
implementation ("org.marketcetera:eventbus-parent:3.2.0")
'org.marketcetera:eventbus-parent:jar:3.2.0'
<dependency org="org.marketcetera" name="eventbus-parent" rev="3.2.0">
<artifact name="eventbus-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.marketcetera', module='eventbus-parent', version='3.2.0')
)
libraryDependencies += "org.marketcetera" % "eventbus-parent" % "3.2.0"
[org.marketcetera/eventbus-parent "3.2.0"]