License |
License |
---|---|
Categories |
CategoriesEventBus Application Layer Libs Messaging Jooby User Interface Web Frameworks |
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-eventbus |
Version | Version1.6.9 |
Type | Typejar |
Description |
Descriptioneventbus module
A modular micro web framework for Java and Kotlin
|
Filename | Size |
---|---|
jooby-eventbus-1.6.9.pom | |
jooby-eventbus-1.6.9.jar | 4 KB |
jooby-eventbus-1.6.9-sources.jar | 5 KB |
jooby-eventbus-1.6.9-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-eventbus/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-eventbus</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-eventbus/
implementation 'org.jooby:jooby-eventbus:1.6.9'
// https://jarcasting.com/artifacts/org.jooby/jooby-eventbus/
implementation ("org.jooby:jooby-eventbus:1.6.9")
'org.jooby:jooby-eventbus:jar:1.6.9'
<dependency org="org.jooby" name="jooby-eventbus" rev="1.6.9">
<artifact name="jooby-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-eventbus', version='1.6.9')
)
libraryDependencies += "org.jooby" % "jooby-eventbus" % "1.6.9"
[org.jooby/jooby-eventbus "1.6.9"]
Group / Artifact | Type | Version |
---|---|---|
org.jooby : jooby | jar | 1.6.9 |
org.greenrobot : eventbus | jar | 3.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jooby : jooby | jar | 1.6.9 |
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.6 |
org.powermock : powermock-api-easymock | jar | 1.7.4 |
org.powermock : powermock-module-junit4 | jar | 1.7.4 |
org.jacoco : org.jacoco.agent | jar | 0.8.1 |