d

dirigible-core-messaging

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