is not current version
Last Version 0.3.0

io.github.sampaiodias:postman-exporter 0.2.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.

GroupId

GroupId

io.github.sampaiodias
ArtifactId

ArtifactId

postman-exporter
Version

Version

0.2.0
Type

Type

jar

Download postman-exporter 0.2.0


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