MVN

com.adobe.blazeds : blazeds-opt

Maven & Gradle

Feb 13, 2009
2 usages

BlazeDS Library for Optional Components · 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.

<dependency>
    <groupId>com.adobe.blazeds</groupId>
    <artifactId>blazeds-opt</artifactId>
    <version>3.2.0.3978</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.blazeds : blazeds-opt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0.3978

All Versions

Choose a version of com.adobe.blazeds : blazeds-opt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
blazeds-opt-3.2.0.3978
3.0.x
blazeds-opt-3.0.0.544

How to add a dependency to Maven

Add the following com.adobe.blazeds : blazeds-opt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adobe.blazeds</groupId>
    <artifactId>blazeds-opt</artifactId>
    <version>3.2.0.3978</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.blazeds : blazeds-opt gradle dependency to your build.gradle file:

implementation 'com.adobe.blazeds:blazeds-opt:3.2.0.3978'

Gradle Kotlin DSL: Add the following com.adobe.blazeds : blazeds-opt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.blazeds:blazeds-opt:3.2.0.3978")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.blazeds : blazeds-opt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.blazeds" % "blazeds-opt" % "3.2.0.3978"

Advertisement