文件下载
文件名 操作
flex-messaging-common-4.7.2.jar 下载
flex-messaging-common-4.7.2.pom 下载
flex-messaging-common-4.7.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.flex.blazeds</groupId>
  <artifactId>flex-messaging-common</artifactId>
  <version>4.7.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.flex.blazeds:flex-messaging-common:4.7.2'
Gradle Kotlin
implementation("org.apache.flex.blazeds:flex-messaging-common:4.7.2")
Scala SBT
libraryDependencies += "org.apache.flex.blazeds" % "flex-messaging-common" % "4.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.flex.blazeds', module='flex-messaging-common', version='4.7.2')
)
Apache Ivy
<dependency org="org.apache.flex.blazeds" name="flex-messaging-common" rev="4.7.2" />
Leiningen
[org.apache.flex.blazeds/flex-messaging-common "4.7.2"]
Apache Buildr
'org.apache.flex.blazeds:flex-messaging-common:jar:4.7.2'