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