| License |
License |
|---|---|
| GroupId | GroupIdcom.yahoo.vespa |
| ArtifactId | ArtifactIdmessagebus |
| Last Version | Last Version8.7.17 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent artifact for all Vespa maven projects.
|
| Filename | Size |
|---|---|
| messagebus-8.7.17.pom | |
| messagebus-8.7.17.jar | 198 KB |
| messagebus-8.7.17-sources.jar | 139 KB |
| messagebus-8.7.17-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/messagebus/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>messagebus</artifactId>
<version>8.7.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/messagebus/
implementation 'com.yahoo.vespa:messagebus:8.7.17'
// https://jarcasting.com/artifacts/com.yahoo.vespa/messagebus/
implementation ("com.yahoo.vespa:messagebus:8.7.17")
'com.yahoo.vespa:messagebus:jar:8.7.17'
<dependency org="com.yahoo.vespa" name="messagebus" rev="8.7.17">
<artifact name="messagebus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='messagebus', version='8.7.17')
)
libraryDependencies += "com.yahoo.vespa" % "messagebus" % "8.7.17"
[com.yahoo.vespa/messagebus "8.7.17"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.yahoo.vespa : vespajlib | jar | 8.7.17 |
| com.yahoo.vespa : config | jar | 8.7.17 |
| com.yahoo.vespa : configdefinitions | jar | 8.7.17 |
| com.yahoo.vespa : jrt | jar | 8.7.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.yahoo.vespa : annotations | jar | 8.7.17 |
| com.yahoo.vespa : component | jar | 8.7.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |