| GroupId | GroupIdcom.xliic |
|---|---|
| ArtifactId | ArtifactIdopenapi-bundler |
| Version | Version1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| openapi-bundler-1.4.pom | |
| openapi-bundler-1.4.jar | 27 KB |
| openapi-bundler-1.4-sources.jar | 15 KB |
| openapi-bundler-1.4-javadoc.jar | 487 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xliic/openapi-bundler/ -->
<dependency>
<groupId>com.xliic</groupId>
<artifactId>openapi-bundler</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.xliic/openapi-bundler/
implementation 'com.xliic:openapi-bundler:1.4'
// https://jarcasting.com/artifacts/com.xliic/openapi-bundler/
implementation ("com.xliic:openapi-bundler:1.4")
'com.xliic:openapi-bundler:jar:1.4'
<dependency org="com.xliic" name="openapi-bundler" rev="1.4">
<artifact name="openapi-bundler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xliic', module='openapi-bundler', version='1.4')
)
libraryDependencies += "com.xliic" % "openapi-bundler" % "1.4"
[com.xliic/openapi-bundler "1.4"]