License |
License |
---|---|
Categories |
CategoriesEventBus Application Layer Libs Messaging ORM Data |
GroupId | GroupIdcom.github.robert2411.platform.components |
ArtifactId | ArtifactIdeventbus-api |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBasic libs that can easely be reused in other projects
|
Filename | Size |
---|---|
eventbus-api-1.0.4.pom | |
eventbus-api-1.0.4.jar | 4 KB |
eventbus-api-1.0.4-sources.jar | 4 KB |
eventbus-api-1.0.4-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robert2411.platform.components/eventbus-api/ -->
<dependency>
<groupId>com.github.robert2411.platform.components</groupId>
<artifactId>eventbus-api</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robert2411.platform.components/eventbus-api/
implementation 'com.github.robert2411.platform.components:eventbus-api:1.0.4'
// https://jarcasting.com/artifacts/com.github.robert2411.platform.components/eventbus-api/
implementation ("com.github.robert2411.platform.components:eventbus-api:1.0.4")
'com.github.robert2411.platform.components:eventbus-api:jar:1.0.4'
<dependency org="com.github.robert2411.platform.components" name="eventbus-api" rev="1.0.4">
<artifact name="eventbus-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robert2411.platform.components', module='eventbus-api', version='1.0.4')
)
libraryDependencies += "com.github.robert2411.platform.components" % "eventbus-api" % "1.0.4"
[com.github.robert2411.platform.components/eventbus-api "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.robert2411.platform.utils : serialization | jar | 1.0.4 |
com.github.robert2411.platform.client.bus : bus-api | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.2 |