Download builder-0.6.3.jar file - Jar b

Jar examples for b:builder

Description

Library to build Android applications with support for Amazon APIs.

You can download jar file builder 0.6.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add builder-0.6.3.jar to your project.

<dependency>
   <groupId>com.github.spullara.mustache.java</groupId>
   <artifactId>builder</artifactId>
   <version>0.6.3</version>
</dependency>
compile group: 'com.github.spullara.mustache.java', name: 'builder', version: '0.6.3'
libraryDependencies += "com.github.spullara.mustache.java" % "builder" % "0.6.3"
<dependency org="com.github.spullara.mustache.java" name="builder" rev="0.6.3"/>
@Grapes(@Grab(group='com.github.spullara.mustache.java', module='builder', version='0.6.3'))
'com.github.spullara.mustache.java:builder:jar:0.6.3'

Download

Click the following link to download the jar file.

builder-0.6.3-javadoc.jar
builder-0.6.3-sources.jar
builder-0.6.3.jar
builder-0.6.3.pom



Related Tutorials