License |
License |
---|---|
GroupId | GroupIdorg.apache.royale.framework |
ArtifactId | ArtifactIdframeworks |
Last Version | Last Version0.9.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Royale: Framework
The Apache Royale Project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
frameworks-0.9.9.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.royale.framework/frameworks/ -->
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>frameworks</artifactId>
<version>0.9.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.royale.framework/frameworks/
implementation 'org.apache.royale.framework:frameworks:0.9.9'
// https://jarcasting.com/artifacts/org.apache.royale.framework/frameworks/
implementation ("org.apache.royale.framework:frameworks:0.9.9")
'org.apache.royale.framework:frameworks:pom:0.9.9'
<dependency org="org.apache.royale.framework" name="frameworks" rev="0.9.9">
<artifact name="frameworks" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.royale.framework', module='frameworks', version='0.9.9')
)
libraryDependencies += "org.apache.royale.framework" % "frameworks" % "0.9.9"
[org.apache.royale.framework/frameworks "0.9.9"]