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