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