| Группа | Группаcom.xliic |
|---|---|
| Идентификатор | Идентификаторopenapi-bundler |
| Версия | Версия1.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| openapi-bundler-1.7.pom | |
| openapi-bundler-1.7.jar | 28 KB |
| openapi-bundler-1.7-sources.jar | 15 KB |
| openapi-bundler-1.7-javadoc.jar | 198 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.xliic/openapi-bundler/ -->
<dependency>
<groupId>com.xliic</groupId>
<artifactId>openapi-bundler</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.xliic/openapi-bundler/
implementation 'com.xliic:openapi-bundler:1.7'
// https://jarcasting.com/artifacts/com.xliic/openapi-bundler/
implementation ("com.xliic:openapi-bundler:1.7")
'com.xliic:openapi-bundler:jar:1.7'
<dependency org="com.xliic" name="openapi-bundler" rev="1.7">
<artifact name="openapi-bundler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xliic', module='openapi-bundler', version='1.7')
)
libraryDependencies += "com.xliic" % "openapi-bundler" % "1.7"
[com.xliic/openapi-bundler "1.7"]