License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.apache.royale.compiler |
ArtifactId | ArtifactIdformatter |
Last Version | Last Version0.9.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Royale: Compiler: AS3/MXML Code Formatter
The Apache Royale Compiler AS3/MXML Code Formatter
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
formatter-0.9.9.pom | |
formatter-0.9.9.jar | 74 KB |
formatter-0.9.9-tests.jar | 70 KB |
formatter-0.9.9-sources.jar | 54 KB |
formatter-0.9.9-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.royale.compiler/formatter/ -->
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>formatter</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.royale.compiler/formatter/
implementation 'org.apache.royale.compiler:formatter:0.9.9'
// https://jarcasting.com/artifacts/org.apache.royale.compiler/formatter/
implementation ("org.apache.royale.compiler:formatter:0.9.9")
'org.apache.royale.compiler:formatter:jar:0.9.9'
<dependency org="org.apache.royale.compiler" name="formatter" rev="0.9.9">
<artifact name="formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.royale.compiler', module='formatter', version='0.9.9')
)
libraryDependencies += "org.apache.royale.compiler" % "formatter" % "0.9.9"
[org.apache.royale.compiler/formatter "0.9.9"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.royale.compiler : compiler | jar | 0.9.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |