| Группа | Группаcom.github.andremion |
|---|---|
| Идентификатор | Идентификаторcounterfab |
| Версия | Версия1.0.3 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| counterfab-1.0.3.pom | |
| counterfab-1.0.3.aar | 25 KB |
| counterfab-1.0.3-sources.jar | 3 KB |
| counterfab-1.0.3-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.andremion/counterfab/ -->
<dependency>
<groupId>com.github.andremion</groupId>
<artifactId>counterfab</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.andremion/counterfab/
implementation 'com.github.andremion:counterfab:1.0.3'
// https://jarcasting.com/artifacts/com.github.andremion/counterfab/
implementation ("com.github.andremion:counterfab:1.0.3")
'com.github.andremion:counterfab:aar:1.0.3'
<dependency org="com.github.andremion" name="counterfab" rev="1.0.3">
<artifact name="counterfab" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.andremion', module='counterfab', version='1.0.3')
)
libraryDependencies += "com.github.andremion" % "counterfab" % "1.0.3"
[com.github.andremion/counterfab "1.0.3"]