License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices Messaging Application Layer Libs |
GroupId | GroupIdio.helidon.messaging |
ArtifactId | ArtifactIdhelidon-messaging-project |
Version | Version2.4.2 |
Type | Typepom |
Description |
DescriptionHelidon Messaging Project
Java libraries for writing microservices
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helidon-messaging-project-2.4.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.messaging/helidon-messaging-project/ -->
<dependency>
<groupId>io.helidon.messaging</groupId>
<artifactId>helidon-messaging-project</artifactId>
<version>2.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.messaging/helidon-messaging-project/
implementation 'io.helidon.messaging:helidon-messaging-project:2.4.2'
// https://jarcasting.com/artifacts/io.helidon.messaging/helidon-messaging-project/
implementation ("io.helidon.messaging:helidon-messaging-project:2.4.2")
'io.helidon.messaging:helidon-messaging-project:pom:2.4.2'
<dependency org="io.helidon.messaging" name="helidon-messaging-project" rev="2.4.2">
<artifact name="helidon-messaging-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon.messaging', module='helidon-messaging-project', version='2.4.2')
)
libraryDependencies += "io.helidon.messaging" % "helidon-messaging-project" % "2.4.2"
[io.helidon.messaging/helidon-messaging-project "2.4.2"]