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