Download postman-1.3.jar file - Jar p

Jar examples for p:postman

Description

A java library that uses code generation to handle the details of implementing the Parcelable interface on Android.

You can download jar file postman 1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add postman-1.3.jar to your project.

<dependency>
   <groupId>com.workday</groupId>
   <artifactId>postman</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'com.workday', name: 'postman', version: '1.3'
libraryDependencies += "com.workday" % "postman" % "1.3"
<dependency org="com.workday" name="postman" rev="1.3"/>
@Grapes(@Grab(group='com.workday', module='postman', version='1.3'))
'com.workday:postman:jar:1.3'

Download

Click the following link to download the jar file.

postman-1.3-javadoc.jar
postman-1.3-sources.jar
postman-1.3.jar
postman-1.3.pom



Related Tutorials