d

dirigible-core-messaging

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