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