| License |
License |
|---|---|
| GroupId | GroupIdcom.shamanland |
| ArtifactId | ArtifactIdfonticon |
| Version | Version0.1.9 |
| Type | Typeaar |
| Description |
DescriptionFontIcon Library
A simple implementation of the font-based icons for Android
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fonticon-0.1.9.pom | |
| fonticon-0.1.9.aar | 25 KB |
| fonticon-0.1.9-sources.jar | 9 KB |
| fonticon-0.1.9-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.shamanland/fonticon/ -->
<dependency>
<groupId>com.shamanland</groupId>
<artifactId>fonticon</artifactId>
<version>0.1.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.shamanland/fonticon/
implementation 'com.shamanland:fonticon:0.1.9'
// https://jarcasting.com/artifacts/com.shamanland/fonticon/
implementation ("com.shamanland:fonticon:0.1.9")
'com.shamanland:fonticon:aar:0.1.9'
<dependency org="com.shamanland" name="fonticon" rev="0.1.9">
<artifact name="fonticon" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.shamanland', module='fonticon', version='0.1.9')
)
libraryDependencies += "com.shamanland" % "fonticon" % "0.1.9"
[com.shamanland/fonticon "0.1.9"]