| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools Net | 
| GroupId | GroupIdnet.cpollet.maven.plugins | 
| ArtifactId | ArtifactIdpostman-maven-plugin-aggregator | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionPostman Maven Plugin :: Aggregator A maven plugin to export JAX-RS annotated classes and methods to Postman collection | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| postman-maven-plugin-aggregator-1.0.0.pom | 9 KB | 
| Browse | 
<!-- 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"]