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