| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.kyuseok-oh |
| Идентификатор | Идентификаторpostman-utils |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok Необязательный | 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 |