is not current version
Last Version 1.3

com.workday:postman 1.1

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

GroupId

GroupId

com.workday
ArtifactId

ArtifactId

postman
Version

Version

1.1
Type

Type

jar

Download postman 1.1


<!-- https://jarcasting.com/artifacts/com.workday/postman/ -->
<dependency>
    <groupId>com.workday</groupId>
    <artifactId>postman</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.workday/postman/
implementation 'com.workday:postman:1.1'
// https://jarcasting.com/artifacts/com.workday/postman/
implementation ("com.workday:postman:1.1")
'com.workday:postman:jar:1.1'
<dependency org="com.workday" name="postman" rev="1.1">
  <artifact name="postman" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.workday', module='postman', version='1.1')
)
libraryDependencies += "com.workday" % "postman" % "1.1"
[com.workday/postman "1.1"]