| GroupId | GroupIdcom.github.j2ro |
|---|---|
| ArtifactId | ArtifactIdhttp-event-bus-bridge |
| Version | Version1.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.j2ro/http-event-bus-bridge/ -->
<dependency>
<groupId>com.github.j2ro</groupId>
<artifactId>http-event-bus-bridge</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.j2ro/http-event-bus-bridge/
implementation 'com.github.j2ro:http-event-bus-bridge:1.0.0'
// https://jarcasting.com/artifacts/com.github.j2ro/http-event-bus-bridge/
implementation ("com.github.j2ro:http-event-bus-bridge:1.0.0")
'com.github.j2ro:http-event-bus-bridge:jar:1.0.0'
<dependency org="com.github.j2ro" name="http-event-bus-bridge" rev="1.0.0">
<artifact name="http-event-bus-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.j2ro', module='http-event-bus-bridge', version='1.0.0')
)
libraryDependencies += "com.github.j2ro" % "http-event-bus-bridge" % "1.0.0"
[com.github.j2ro/http-event-bus-bridge "1.0.0"]