Files download
File Operation
counterfab-1.1.1.pom download
counterfab-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.andremion</groupId>
  <artifactId>counterfab</artifactId>
  <version>1.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.andremion:counterfab:1.1.1'
Gradle Kotlin
implementation("com.github.andremion:counterfab:1.1.1")
Scala SBT
libraryDependencies += "com.github.andremion" % "counterfab" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.andremion', module='counterfab', version='1.1.1')
)
Apache Ivy
<dependency org="com.github.andremion" name="counterfab" rev="1.1.1" />
Leiningen
[com.github.andremion/counterfab "1.1.1"]
Apache Buildr
'com.github.andremion:counterfab:jar:1.1.1'