Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.pwittchen |
ArtifactId | ArtifactIdreactivebus |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
reactivebus-0.0.4.pom | |
reactivebus-0.0.4.jar | 4 KB |
reactivebus-0.0.4-sources.jar | 3 KB |
reactivebus-0.0.4-javadoc.jar | 368 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivebus/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivebus</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivebus/
implementation 'com.github.pwittchen:reactivebus:0.0.4'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivebus/
implementation ("com.github.pwittchen:reactivebus:0.0.4")
'com.github.pwittchen:reactivebus:jar:0.0.4'
<dependency org="com.github.pwittchen" name="reactivebus" rev="0.0.4">
<artifact name="reactivebus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivebus', version='0.0.4')
)
libraryDependencies += "com.github.pwittchen" % "reactivebus" % "0.0.4"
[com.github.pwittchen/reactivebus "0.0.4"]