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

io.github.sampaiodias:postman-exporter 0.1.0

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.1.0
Тип

Тип

jar

Скачать postman-exporter 0.1.0


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