License |
License |
---|---|
GroupId | GroupIdme.kisoft |
ArtifactId | ArtifactIdeasybus |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionEasybus
Simple, No Frills Event Bus for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easybus-1.0.0.pom | |
easybus-1.0.0.jar | 11 KB |
easybus-1.0.0-sources.jar | 5 KB |
easybus-1.0.0-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.kisoft/easybus/ -->
<dependency>
<groupId>me.kisoft</groupId>
<artifactId>easybus</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.kisoft/easybus/
implementation 'me.kisoft:easybus:1.0.0'
// https://jarcasting.com/artifacts/me.kisoft/easybus/
implementation ("me.kisoft:easybus:1.0.0")
'me.kisoft:easybus:jar:1.0.0'
<dependency org="me.kisoft" name="easybus" rev="1.0.0">
<artifact name="easybus" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.kisoft', module='easybus', version='1.0.0')
)
libraryDependencies += "me.kisoft" % "easybus" % "1.0.0"
[me.kisoft/easybus "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.reflections : reflections | jar | 0.9.11 |
org.apache.commons : commons-lang3 | jar | 3.10 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
com.google.auto.service : auto-service | jar | 1.0-rc2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |