GroupId | GroupIdorg.apache.royale.compiler |
---|---|
ArtifactId | ArtifactIdswfutils |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
swfutils-0.9.0.pom | |
swfutils-0.9.0.jar | 241 KB |
swfutils-0.9.0-sources.jar | 220 KB |
swfutils-0.9.0-javadoc.jar | 967 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.royale.compiler/swfutils/ -->
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>swfutils</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.royale.compiler/swfutils/
implementation 'org.apache.royale.compiler:swfutils:0.9.0'
// https://jarcasting.com/artifacts/org.apache.royale.compiler/swfutils/
implementation ("org.apache.royale.compiler:swfutils:0.9.0")
'org.apache.royale.compiler:swfutils:jar:0.9.0'
<dependency org="org.apache.royale.compiler" name="swfutils" rev="0.9.0">
<artifact name="swfutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.royale.compiler', module='swfutils', version='0.9.0')
)
libraryDependencies += "org.apache.royale.compiler" % "swfutils" % "0.9.0"
[org.apache.royale.compiler/swfutils "0.9.0"]