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