| Категории |
КатегорииSwagger Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаio.thorntail |
| Идентификатор | Идентификаторcamel-rest-swagger |
| Версия | Версия2.2.0.Final |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-rest-swagger-2.2.0.Final.pom | |
| camel-rest-swagger-2.2.0.Final.jar | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.thorntail/camel-rest-swagger/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>camel-rest-swagger</artifactId>
<version>2.2.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/camel-rest-swagger/
implementation 'io.thorntail:camel-rest-swagger:2.2.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/camel-rest-swagger/
implementation ("io.thorntail:camel-rest-swagger:2.2.0.Final")
'io.thorntail:camel-rest-swagger:jar:2.2.0.Final'
<dependency org="io.thorntail" name="camel-rest-swagger" rev="2.2.0.Final">
<artifact name="camel-rest-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='camel-rest-swagger', version='2.2.0.Final')
)
libraryDependencies += "io.thorntail" % "camel-rest-swagger" % "2.2.0.Final"
[io.thorntail/camel-rest-swagger "2.2.0.Final"]