| GroupId | GroupIdorg.apache.royale.framework |
|---|---|
| ArtifactId | ArtifactIdthemes |
| Version | Version0.9.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| themes-0.9.6.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.royale.framework/themes/ -->
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>themes</artifactId>
<version>0.9.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.royale.framework/themes/
implementation 'org.apache.royale.framework:themes:0.9.6'
// https://jarcasting.com/artifacts/org.apache.royale.framework/themes/
implementation ("org.apache.royale.framework:themes:0.9.6")
'org.apache.royale.framework:themes:pom:0.9.6'
<dependency org="org.apache.royale.framework" name="themes" rev="0.9.6">
<artifact name="themes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.royale.framework', module='themes', version='0.9.6')
)
libraryDependencies += "org.apache.royale.framework" % "themes" % "0.9.6"
[org.apache.royale.framework/themes "0.9.6"]