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