| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDistribution Компиляция и сборка Swagger Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.wordnik |
| Идентификатор | Идентификаторswagger-codegen-distribution |
| Версия | Версия2.1.2-M1 |
| Тип | Типjar |
| Описание |
Описаниеswagger-codegen (executable)
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.wordnik/swagger-codegen-distribution/ -->
<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-codegen-distribution</artifactId>
<version>2.1.2-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wordnik/swagger-codegen-distribution/
implementation 'com.wordnik:swagger-codegen-distribution:2.1.2-M1'
// https://jarcasting.com/artifacts/com.wordnik/swagger-codegen-distribution/
implementation ("com.wordnik:swagger-codegen-distribution:2.1.2-M1")
'com.wordnik:swagger-codegen-distribution:jar:2.1.2-M1'
<dependency org="com.wordnik" name="swagger-codegen-distribution" rev="2.1.2-M1">
<artifact name="swagger-codegen-distribution" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wordnik', module='swagger-codegen-distribution', version='2.1.2-M1')
)
libraryDependencies += "com.wordnik" % "swagger-codegen-distribution" % "2.1.2-M1"
[com.wordnik/swagger-codegen-distribution "2.1.2-M1"]