| Группа | Группаio.github.sampaiodias |
|---|---|
| Идентификатор | Идентификаторpostman-exporter |
| Версия | Версия0.1-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| postman-exporter-0.1-RELEASE.pom | |
| postman-exporter-0.1-RELEASE.jar | 15 KB |
| postman-exporter-0.1-RELEASE-sources.jar | 7 KB |
| postman-exporter-0.1-RELEASE-javadoc.jar | 447 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.sampaiodias/postman-exporter/ -->
<dependency>
<groupId>io.github.sampaiodias</groupId>
<artifactId>postman-exporter</artifactId>
<version>0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sampaiodias/postman-exporter/
implementation 'io.github.sampaiodias:postman-exporter:0.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.sampaiodias/postman-exporter/
implementation ("io.github.sampaiodias:postman-exporter:0.1-RELEASE")
'io.github.sampaiodias:postman-exporter:jar:0.1-RELEASE'
<dependency org="io.github.sampaiodias" name="postman-exporter" rev="0.1-RELEASE">
<artifact name="postman-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sampaiodias', module='postman-exporter', version='0.1-RELEASE')
)
libraryDependencies += "io.github.sampaiodias" % "postman-exporter" % "0.1-RELEASE"
[io.github.sampaiodias/postman-exporter "0.1-RELEASE"]