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