MVN

com.flagstonesoftware : transform-swf

Maven & Gradle

Jun 12, 2007

Transform SWF · The Transform SWF framework is a collection of classes for each of the tags and data structures that make up the Flash (SWF) File Format Specification from Macromedia. The classes provide a completely object-based API for parsing, manipulating and generating Flash files. This allows Java based applications to dynamically generate and update files that represent animations and documents which can be easily distributed and displayed on any platform that supports a graphical web browser.

<dependency>
    <groupId>com.flagstonesoftware</groupId>
    <artifactId>transform-swf</artifactId>
    <version>2.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.flagstonesoftware : transform-swf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.5

All Versions

Choose a version of com.flagstonesoftware : transform-swf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
transform-swf-2.1.5

How to add a dependency to Maven

Add the following com.flagstonesoftware : transform-swf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.flagstonesoftware</groupId>
    <artifactId>transform-swf</artifactId>
    <version>2.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.flagstonesoftware : transform-swf gradle dependency to your build.gradle file:

implementation 'com.flagstonesoftware:transform-swf:2.1.5'

Gradle Kotlin DSL: Add the following com.flagstonesoftware : transform-swf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.flagstonesoftware:transform-swf:2.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.flagstonesoftware : transform-swf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.flagstonesoftware" % "transform-swf" % "2.1.5"

Advertisement