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