GroupId | GroupIdcom.workday |
---|---|
ArtifactId | ArtifactIdpostman |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
postman-1.2.pom | |
postman-1.2.jar | 78 KB |
postman-1.2-sources.jar | 42 KB |
postman-1.2-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.workday/postman/ -->
<dependency>
<groupId>com.workday</groupId>
<artifactId>postman</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.workday/postman/
implementation 'com.workday:postman:1.2'
// https://jarcasting.com/artifacts/com.workday/postman/
implementation ("com.workday:postman:1.2")
'com.workday:postman:jar:1.2'
<dependency org="com.workday" name="postman" rev="1.2">
<artifact name="postman" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.workday', module='postman', version='1.2')
)
libraryDependencies += "com.workday" % "postman" % "1.2"
[com.workday/postman "1.2"]