Categories |
CategoriesCLI User Interface Messaging Application Layer Libs |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-core-messaging |
Version | Version3.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-messaging/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-core-messaging</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-messaging/
implementation 'org.eclipse.dirigible:dirigible-core-messaging:3.4.0'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-messaging/
implementation ("org.eclipse.dirigible:dirigible-core-messaging:3.4.0")
'org.eclipse.dirigible:dirigible-core-messaging:jar:3.4.0'
<dependency org="org.eclipse.dirigible" name="dirigible-core-messaging" rev="3.4.0">
<artifact name="dirigible-core-messaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-core-messaging', version='3.4.0')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-core-messaging" % "3.4.0"
[org.eclipse.dirigible/dirigible-core-messaging "3.4.0"]