License |
License |
---|---|
Categories |
CategoriesJavaScript Languages EventBus Application Layer Libs Messaging |
GroupId | GroupIdcom.ovea |
ArtifactId | ArtifactIdjs-eventbus |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjs-eventbus
Client-side EventBus
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
js-eventbus-1.4.pom | |
js-eventbus-1.4.jar | 8 KB |
js-eventbus-1.4-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ovea/js-eventbus/ -->
<dependency>
<groupId>com.ovea</groupId>
<artifactId>js-eventbus</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovea/js-eventbus/
implementation 'com.ovea:js-eventbus:1.4'
// https://jarcasting.com/artifacts/com.ovea/js-eventbus/
implementation ("com.ovea:js-eventbus:1.4")
'com.ovea:js-eventbus:jar:1.4'
<dependency org="com.ovea" name="js-eventbus" rev="1.4">
<artifact name="js-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovea', module='js-eventbus', version='1.4')
)
libraryDependencies += "com.ovea" % "js-eventbus" % "1.4"
[com.ovea/js-eventbus "1.4"]