d

dirigible-core-messaging

Files download
File Operation
dirigible-core-messaging-7.0.0.jar download
dirigible-core-messaging-7.0.0.pom download
dirigible-core-messaging-7.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.dirigible</groupId>
  <artifactId>dirigible-core-messaging</artifactId>
  <version>7.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.dirigible:dirigible-core-messaging:7.0.0'
Gradle Kotlin
implementation("org.eclipse.dirigible:dirigible-core-messaging:7.0.0")
Scala SBT
libraryDependencies += "org.eclipse.dirigible" % "dirigible-core-messaging" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.dirigible', module='dirigible-core-messaging', version='7.0.0')
)
Apache Ivy
<dependency org="org.eclipse.dirigible" name="dirigible-core-messaging" rev="7.0.0" />
Leiningen
[org.eclipse.dirigible/dirigible-core-messaging "7.0.0"]
Apache Buildr
'org.eclipse.dirigible:dirigible-core-messaging:jar:7.0.0'