| Категории |
КатегорииSingularity Библиотеки уровня приложения Cluster Management |
|---|---|
| Группа | Группаcom.appsingularity |
| Идентификатор | Идентификаторpostman-annotations |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| postman-annotations-1.1.0.pom | |
| postman-annotations-1.1.0.jar | 1 KB |
| postman-annotations-1.1.0-sources.jar | 1 KB |
| postman-annotations-1.1.0-javadoc.jar | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.appsingularity/postman-annotations/ -->
<dependency>
<groupId>com.appsingularity</groupId>
<artifactId>postman-annotations</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.appsingularity/postman-annotations/
implementation 'com.appsingularity:postman-annotations:1.1.0'
// https://jarcasting.com/artifacts/com.appsingularity/postman-annotations/
implementation ("com.appsingularity:postman-annotations:1.1.0")
'com.appsingularity:postman-annotations:jar:1.1.0'
<dependency org="com.appsingularity" name="postman-annotations" rev="1.1.0">
<artifact name="postman-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.appsingularity', module='postman-annotations', version='1.1.0')
)
libraryDependencies += "com.appsingularity" % "postman-annotations" % "1.1.0"
[com.appsingularity/postman-annotations "1.1.0"]