| GroupId | GroupIdcom.mikepenz |
|---|---|
| ArtifactId | ArtifactIdentypo-typeface |
| Version | Version1.0.0.7-kotlin |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.mikepenz/entypo-typeface/ -->
<dependency>
<groupId>com.mikepenz</groupId>
<artifactId>entypo-typeface</artifactId>
<version>1.0.0.7-kotlin</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikepenz/entypo-typeface/
implementation 'com.mikepenz:entypo-typeface:1.0.0.7-kotlin'
// https://jarcasting.com/artifacts/com.mikepenz/entypo-typeface/
implementation ("com.mikepenz:entypo-typeface:1.0.0.7-kotlin")
'com.mikepenz:entypo-typeface:aar:1.0.0.7-kotlin'
<dependency org="com.mikepenz" name="entypo-typeface" rev="1.0.0.7-kotlin">
<artifact name="entypo-typeface" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikepenz', module='entypo-typeface', version='1.0.0.7-kotlin')
)
libraryDependencies += "com.mikepenz" % "entypo-typeface" % "1.0.0.7-kotlin"
[com.mikepenz/entypo-typeface "1.0.0.7-kotlin"]