| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| postman-exporter-0.3.0.pom | |
| postman-exporter-0.3.0.jar | 20 KB |
| postman-exporter-0.3.0-sources.jar | 9 KB |
| postman-exporter-0.3.0-javadoc.jar | 476 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |