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