| License |
License |
|---|---|
| GroupId | GroupIdio.github.kyuseok-oh |
| ArtifactId | ArtifactIdpostman-utils |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjava-postman-tester
A library utility that makes it easy to write and test HTTP APIs in Java through collection and environment files created with Postman.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| postman-utils-1.0.4.pom | |
| postman-utils-1.0.4.jar | 55 KB |
| postman-utils-1.0.4-sources.jar | 13 KB |
| postman-utils-1.0.4-javadoc.jar | 517 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.kyuseok-oh/postman-utils/ -->
<dependency>
<groupId>io.github.kyuseok-oh</groupId>
<artifactId>postman-utils</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kyuseok-oh/postman-utils/
implementation 'io.github.kyuseok-oh:postman-utils:1.0.4'
// https://jarcasting.com/artifacts/io.github.kyuseok-oh/postman-utils/
implementation ("io.github.kyuseok-oh:postman-utils:1.0.4")
'io.github.kyuseok-oh:postman-utils:jar:1.0.4'
<dependency org="io.github.kyuseok-oh" name="postman-utils" rev="1.0.4">
<artifact name="postman-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kyuseok-oh', module='postman-utils', version='1.0.4')
)
libraryDependencies += "io.github.kyuseok-oh" % "postman-utils" % "1.0.4"
[io.github.kyuseok-oh/postman-utils "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.0 |
| org.apache.commons : commons-lang3 | jar | 3.11 |