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