| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.eclipse.microprofile.openapi |
| Идентификатор | Идентификаторmicroprofile-openapi-spec |
| Версия | Версия1.0.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| microprofile-openapi-spec-1.0.1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-spec</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-spec/
implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-spec:1.0.1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-spec/
implementation ("org.eclipse.microprofile.openapi:microprofile-openapi-spec:1.0.1")
'org.eclipse.microprofile.openapi:microprofile-openapi-spec:pom:1.0.1'
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-spec" rev="1.0.1">
<artifact name="microprofile-openapi-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-spec', version='1.0.1')
)
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-spec" % "1.0.1"
[org.eclipse.microprofile.openapi/microprofile-openapi-spec "1.0.1"]