| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Сеть |
| Группа | Группаnet.cpollet.maven.plugins |
| Идентификатор | Идентификаторpostman-maven-plugin-aggregator |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеPostman Maven Plugin :: Aggregator
A maven plugin to export JAX-RS annotated classes and methods to Postman collection
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| postman-maven-plugin-aggregator-1.0.0.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.cpollet.maven.plugins/postman-maven-plugin-aggregator/ -->
<dependency>
<groupId>net.cpollet.maven.plugins</groupId>
<artifactId>postman-maven-plugin-aggregator</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.cpollet.maven.plugins/postman-maven-plugin-aggregator/
implementation 'net.cpollet.maven.plugins:postman-maven-plugin-aggregator:1.0.0'
// https://jarcasting.com/artifacts/net.cpollet.maven.plugins/postman-maven-plugin-aggregator/
implementation ("net.cpollet.maven.plugins:postman-maven-plugin-aggregator:1.0.0")
'net.cpollet.maven.plugins:postman-maven-plugin-aggregator:pom:1.0.0'
<dependency org="net.cpollet.maven.plugins" name="postman-maven-plugin-aggregator" rev="1.0.0">
<artifact name="postman-maven-plugin-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.cpollet.maven.plugins', module='postman-maven-plugin-aggregator', version='1.0.0')
)
libraryDependencies += "net.cpollet.maven.plugins" % "postman-maven-plugin-aggregator" % "1.0.0"
[net.cpollet.maven.plugins/postman-maven-plugin-aggregator "1.0.0"]