| GroupId | GroupIdcom.github.andremion |
|---|---|
| ArtifactId | ArtifactIdcounterfab |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| counterfab-1.0.0.pom | |
| counterfab-1.0.0.aar | 24 KB |
| counterfab-1.0.0-sources.jar | 3 KB |
| counterfab-1.0.0-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.andremion/counterfab/ -->
<dependency>
<groupId>com.github.andremion</groupId>
<artifactId>counterfab</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.andremion/counterfab/
implementation 'com.github.andremion:counterfab:1.0.0'
// https://jarcasting.com/artifacts/com.github.andremion/counterfab/
implementation ("com.github.andremion:counterfab:1.0.0")
'com.github.andremion:counterfab:aar:1.0.0'
<dependency org="com.github.andremion" name="counterfab" rev="1.0.0">
<artifact name="counterfab" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.andremion', module='counterfab', version='1.0.0')
)
libraryDependencies += "com.github.andremion" % "counterfab" % "1.0.0"
[com.github.andremion/counterfab "1.0.0"]