| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSwagger Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаorg.zalando.stups |
| Идентификатор | Идентификаторswagger-codegen-templates |
| Версия | Версия0.5.0-beta-1 |
| Тип | Типpom |
| Описание |
ОписаниеSwagger-Codegen-Templates -- Parent
Parent pom.xml that can be used by STUPS Maven projects
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| swagger-codegen-templates-0.5.0-beta-1.pom | 888 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.zalando.stups/swagger-codegen-templates/ -->
<dependency>
<groupId>org.zalando.stups</groupId>
<artifactId>swagger-codegen-templates</artifactId>
<version>0.5.0-beta-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.stups/swagger-codegen-templates/
implementation 'org.zalando.stups:swagger-codegen-templates:0.5.0-beta-1'
// https://jarcasting.com/artifacts/org.zalando.stups/swagger-codegen-templates/
implementation ("org.zalando.stups:swagger-codegen-templates:0.5.0-beta-1")
'org.zalando.stups:swagger-codegen-templates:pom:0.5.0-beta-1'
<dependency org="org.zalando.stups" name="swagger-codegen-templates" rev="0.5.0-beta-1">
<artifact name="swagger-codegen-templates" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zalando.stups', module='swagger-codegen-templates', version='0.5.0-beta-1')
)
libraryDependencies += "org.zalando.stups" % "swagger-codegen-templates" % "0.5.0-beta-1"
[org.zalando.stups/swagger-codegen-templates "0.5.0-beta-1"]