Categories |
CategoriesEventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdcom.github.codegerm |
ArtifactId | ArtifactIdorg.cg.eventbus |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
org.cg.eventbus-1.0.3.pom | |
org.cg.eventbus-1.0.3.jar | 47 KB |
org.cg.eventbus-1.0.3-sources.jar | 25 KB |
org.cg.eventbus-1.0.3-javadoc.jar | 238 KB |
org.cg.eventbus-1.0.3-bin.zip | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codegerm/org.cg.eventbus/ -->
<dependency>
<groupId>com.github.codegerm</groupId>
<artifactId>org.cg.eventbus</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codegerm/org.cg.eventbus/
implementation 'com.github.codegerm:org.cg.eventbus:1.0.3'
// https://jarcasting.com/artifacts/com.github.codegerm/org.cg.eventbus/
implementation ("com.github.codegerm:org.cg.eventbus:1.0.3")
'com.github.codegerm:org.cg.eventbus:jar:1.0.3'
<dependency org="com.github.codegerm" name="org.cg.eventbus" rev="1.0.3">
<artifact name="org.cg.eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codegerm', module='org.cg.eventbus', version='1.0.3')
)
libraryDependencies += "com.github.codegerm" % "org.cg.eventbus" % "1.0.3"
[com.github.codegerm/org.cg.eventbus "1.0.3"]