GroupId | GroupIdio.openapiprocessor |
---|---|
ArtifactId | ArtifactIdopenapi-parser-bom |
Version | Version2022.1 |
Type | Typepom |
Filename | Size |
---|---|
openapi-parser-bom-2022.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.openapiprocessor/openapi-parser-bom/ -->
<dependency>
<groupId>io.openapiprocessor</groupId>
<artifactId>openapi-parser-bom</artifactId>
<version>2022.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.openapiprocessor/openapi-parser-bom/
implementation 'io.openapiprocessor:openapi-parser-bom:2022.1'
// https://jarcasting.com/artifacts/io.openapiprocessor/openapi-parser-bom/
implementation ("io.openapiprocessor:openapi-parser-bom:2022.1")
'io.openapiprocessor:openapi-parser-bom:pom:2022.1'
<dependency org="io.openapiprocessor" name="openapi-parser-bom" rev="2022.1">
<artifact name="openapi-parser-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.openapiprocessor', module='openapi-parser-bom', version='2022.1')
)
libraryDependencies += "io.openapiprocessor" % "openapi-parser-bom" % "2022.1"
[io.openapiprocessor/openapi-parser-bom "2022.1"]