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