| GroupId | GroupIdio.github.sampaiodias |
|---|---|
| ArtifactId | ArtifactIdpostman-exporter |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| postman-exporter-0.1.0.pom | |
| postman-exporter-0.1.0.jar | 15 KB |
| postman-exporter-0.1.0-sources.jar | 7 KB |
| postman-exporter-0.1.0-javadoc.jar | 447 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.sampaiodias/postman-exporter/ -->
<dependency>
<groupId>io.github.sampaiodias</groupId>
<artifactId>postman-exporter</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sampaiodias/postman-exporter/
implementation 'io.github.sampaiodias:postman-exporter:0.1.0'
// https://jarcasting.com/artifacts/io.github.sampaiodias/postman-exporter/
implementation ("io.github.sampaiodias:postman-exporter:0.1.0")
'io.github.sampaiodias:postman-exporter:jar:0.1.0'
<dependency org="io.github.sampaiodias" name="postman-exporter" rev="0.1.0">
<artifact name="postman-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sampaiodias', module='postman-exporter', version='0.1.0')
)
libraryDependencies += "io.github.sampaiodias" % "postman-exporter" % "0.1.0"
[io.github.sampaiodias/postman-exporter "0.1.0"]