b

blazeds-core

BlazeDS is the server-based Java remoting and web messaging technology that enables developers to easily connect to back-end distributed data and push data in real-time to Adobe Flex and Adobe AIR applications for more responsive rich Internet application (RIA) experiences.
http://labs.adobe.com/technologies/blazeds/
Lesser General Public License (LGPL v3)
Files download
File Operation
blazeds-core-3.0.jar download
blazeds-core-3.0.pom download
Apache Maven
<dependency>
  <groupId>com.adobe.blazeds</groupId>
  <artifactId>blazeds-core</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.blazeds:blazeds-core:3.0'
Gradle Kotlin
implementation("com.adobe.blazeds:blazeds-core:3.0")
Scala SBT
libraryDependencies += "com.adobe.blazeds" % "blazeds-core" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.blazeds', module='blazeds-core', version='3.0')
)
Apache Ivy
<dependency org="com.adobe.blazeds" name="blazeds-core" rev="3.0" />
Leiningen
[com.adobe.blazeds/blazeds-core "3.0"]
Apache Buildr
'com.adobe.blazeds:blazeds-core:jar:3.0'