Download postman-processor-1.3.jar file - Jar p

Jar examples for p:postman-processor

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-processor 1.3 in this page.

License

The MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials