| GroupId | GroupIdde.devmob.android.customfont |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-1.0.0.pom | |
| library-1.0.0.aar | 2 KB |
| library-1.0.0-sources.jar | 1 KB |
| library-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/de.devmob.android.customfont/library/ -->
<dependency>
<groupId>de.devmob.android.customfont</groupId>
<artifactId>library</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.devmob.android.customfont/library/
implementation 'de.devmob.android.customfont:library:1.0.0'
// https://jarcasting.com/artifacts/de.devmob.android.customfont/library/
implementation ("de.devmob.android.customfont:library:1.0.0")
'de.devmob.android.customfont:library:aar:1.0.0'
<dependency org="de.devmob.android.customfont" name="library" rev="1.0.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.devmob.android.customfont', module='library', version='1.0.0')
)
libraryDependencies += "de.devmob.android.customfont" % "library" % "1.0.0"
[de.devmob.android.customfont/library "1.0.0"]