License |
License
LGPLv3
|
---|---|
GroupId | GroupIdorg.holoeverywhere |
ArtifactId | ArtifactIdsupport-library |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHoloEverywhere Support Library
Android library bringing Holo Theme to Android 1.6 and above.
|
Filename | Size |
---|---|
support-library-1.5.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.holoeverywhere/support-library/ -->
<dependency>
<groupId>org.holoeverywhere</groupId>
<artifactId>support-library</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.holoeverywhere/support-library/
implementation 'org.holoeverywhere:support-library:1.5.0'
// https://jarcasting.com/artifacts/org.holoeverywhere/support-library/
implementation ("org.holoeverywhere:support-library:1.5.0")
'org.holoeverywhere:support-library:pom:1.5.0'
<dependency org="org.holoeverywhere" name="support-library" rev="1.5.0">
<artifact name="support-library" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.holoeverywhere', module='support-library', version='1.5.0')
)
libraryDependencies += "org.holoeverywhere" % "support-library" % "1.5.0"
[org.holoeverywhere/support-library "1.5.0"]