is not current version
Last Version 0.3.0

io.github.sampaiodias:postman-exporter 0.1-RELEASE

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.1-RELEASE
Type

Type

jar

Download postman-exporter 0.1-RELEASE


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