java-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.

License

License

GroupId

GroupId

io.github.kyuseok-oh
ArtifactId

ArtifactId

postman-utils
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

java-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

https://github.com/kyuseok-oh/java-postman-tester
Source Code Management

Source Code Management

https://github.com/kyuseok-oh/java-postman-tester

Download postman-utils

How to add to project

<!-- 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"]

Dependencies

compile (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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4