Postman Exporter for Spring

This project is a simple Java library that can export all of your Spring endpoints into a Postman Collection json, which you can import on Postman.

Лицензия

Лицензия

Группа

Группа

io.github.sampaiodias
Идентификатор

Идентификатор

postman-exporter
Последняя версия

Последняя версия

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Postman Exporter for Spring
This project is a simple Java library that can export all of your Spring endpoints into a Postman Collection json, which you can import on Postman.
Ссылка на сайт

Ссылка на сайт

https://github.com/sampaiodias/postman-exporter-for-spring
Система контроля версий

Система контроля версий

http://github.com/sampaiodias/postman-exporter-for-spring/tree/main/postman-exporter

Скачать postman-exporter

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.sampaiodias/postman-exporter/ -->
<dependency>
    <groupId>io.github.sampaiodias</groupId>
    <artifactId>postman-exporter</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sampaiodias/postman-exporter/
implementation 'io.github.sampaiodias:postman-exporter:0.3.0'
// https://jarcasting.com/artifacts/io.github.sampaiodias/postman-exporter/
implementation ("io.github.sampaiodias:postman-exporter:0.3.0")
'io.github.sampaiodias:postman-exporter:jar:0.3.0'
<dependency org="io.github.sampaiodias" name="postman-exporter" rev="0.3.0">
  <artifact name="postman-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sampaiodias', module='postman-exporter', version='0.3.0')
)
libraryDependencies += "io.github.sampaiodias" % "postman-exporter" % "0.3.0"
[io.github.sampaiodias/postman-exporter "0.3.0"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.reflections : reflections jar 0.10.2
org.springframework : spring-web jar 5.3.14
com.fasterxml.jackson.core : jackson-annotations jar 2.13.1
com.fasterxml.jackson.core : jackson-databind jar 2.13.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.3.0
0.2.0
0.1-RELEASE
0.1.0