| License |
License |
|---|---|
| Categories |
CategoriesHelidon Container Microservices Messaging Application Layer Libs |
| GroupId | GroupIdio.helidon.messaging |
| ArtifactId | ArtifactIdhelidon-messaging |
| Last Version | Last Version3.0.0-M2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHelidon Messaging
Java libraries for writing microservices
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| helidon-messaging-3.0.0-M2.pom | |
| helidon-messaging-3.0.0-M2.jar | 30 KB |
| helidon-messaging-3.0.0-M2-sources.jar | 16 KB |
| helidon-messaging-3.0.0-M2-javadoc.jar | 447 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.messaging/helidon-messaging/ -->
<dependency>
<groupId>io.helidon.messaging</groupId>
<artifactId>helidon-messaging</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.messaging/helidon-messaging/
implementation 'io.helidon.messaging:helidon-messaging:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.messaging/helidon-messaging/
implementation ("io.helidon.messaging:helidon-messaging:3.0.0-M2")
'io.helidon.messaging:helidon-messaging:jar:3.0.0-M2'
<dependency org="io.helidon.messaging" name="helidon-messaging" rev="3.0.0-M2">
<artifact name="helidon-messaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.messaging', module='helidon-messaging', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.messaging" % "helidon-messaging" % "3.0.0-M2"
[io.helidon.messaging/helidon-messaging "3.0.0-M2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.helidon.microprofile.reactive-streams : helidon-microprofile-reactive-streams | jar | 3.0.0-M2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |