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