b

bundler-parent

A fluent API for working with Android Bundles.
http://github.com/f2prateek/bundler/
Apache 2.0
Files download
File Operation
bundler-parent-1.1.2.pom download
Apache Maven
<dependency>
  <groupId>com.f2prateek.bundler</groupId>
  <artifactId>bundler-parent</artifactId>
  <version>1.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.f2prateek.bundler:bundler-parent:1.1.2'
Gradle Kotlin
implementation("com.f2prateek.bundler:bundler-parent:1.1.2")
Scala SBT
libraryDependencies += "com.f2prateek.bundler" % "bundler-parent" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.f2prateek.bundler', module='bundler-parent', version='1.1.2')
)
Apache Ivy
<dependency org="com.f2prateek.bundler" name="bundler-parent" rev="1.1.2" />
Leiningen
[com.f2prateek.bundler/bundler-parent "1.1.2"]
Apache Buildr
'com.f2prateek.bundler:bundler-parent:jar:1.1.2'