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