| GroupId | GroupIdcom.mikepenz |
|---|---|
| ArtifactId | ArtifactIdentypo-typeface |
| Version | Version1.0.0.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| entypo-typeface-1.0.0.4.pom | |
| entypo-typeface-1.0.0.4.aar | 73 KB |
| entypo-typeface-1.0.0.4-sources.jar | 61 KB |
| entypo-typeface-1.0.0.4-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mikepenz/entypo-typeface/ -->
<dependency>
<groupId>com.mikepenz</groupId>
<artifactId>entypo-typeface</artifactId>
<version>1.0.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikepenz/entypo-typeface/
implementation 'com.mikepenz:entypo-typeface:1.0.0.4'
// https://jarcasting.com/artifacts/com.mikepenz/entypo-typeface/
implementation ("com.mikepenz:entypo-typeface:1.0.0.4")
'com.mikepenz:entypo-typeface:aar:1.0.0.4'
<dependency org="com.mikepenz" name="entypo-typeface" rev="1.0.0.4">
<artifact name="entypo-typeface" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikepenz', module='entypo-typeface', version='1.0.0.4')
)
libraryDependencies += "com.mikepenz" % "entypo-typeface" % "1.0.0.4"
[com.mikepenz/entypo-typeface "1.0.0.4"]