is not current version
Last Version 3.0.2

com.flagstone:transform 3.0.1

Transform is an Open Source library for reading and writing Flash (.swf) files. The API gives you complete control over how files are created with access to all the features supported by the Flash Player but yet is still intuitive and easy to use.

Categories

Categories

ORM Data
GroupId

GroupId

com.flagstone
ArtifactId

ArtifactId

transform
Version

Version

3.0.1
Type

Type

jar

Download transform 3.0.1


<!-- https://jarcasting.com/artifacts/com.flagstone/transform/ -->
<dependency>
    <groupId>com.flagstone</groupId>
    <artifactId>transform</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.flagstone/transform/
implementation 'com.flagstone:transform:3.0.1'
// https://jarcasting.com/artifacts/com.flagstone/transform/
implementation ("com.flagstone:transform:3.0.1")
'com.flagstone:transform:jar:3.0.1'
<dependency org="com.flagstone" name="transform" rev="3.0.1">
  <artifact name="transform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flagstone', module='transform', version='3.0.1')
)
libraryDependencies += "com.flagstone" % "transform" % "3.0.1"
[com.flagstone/transform "3.0.1"]