| GroupId | GroupIdio.github.sampaiodias |
|---|---|
| ArtifactId | ArtifactIdpostman-exporter |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| postman-exporter-0.2.0.pom | |
| postman-exporter-0.2.0.jar | 16 KB |
| postman-exporter-0.2.0-sources.jar | 7 KB |
| postman-exporter-0.2.0-javadoc.jar | 451 KB |
| Browse |
<!-- 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"]