GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-open-api-ui |
Version | Version2.1.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-ui/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-ui</artifactId>
<version>2.1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-ui/
implementation 'io.smallrye:smallrye-open-api-ui:2.1.0-RC2'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-ui/
implementation ("io.smallrye:smallrye-open-api-ui:2.1.0-RC2")
'io.smallrye:smallrye-open-api-ui:jar:2.1.0-RC2'
<dependency org="io.smallrye" name="smallrye-open-api-ui" rev="2.1.0-RC2">
<artifact name="smallrye-open-api-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-open-api-ui', version='2.1.0-RC2')
)
libraryDependencies += "io.smallrye" % "smallrye-open-api-ui" % "2.1.0-RC2"
[io.smallrye/smallrye-open-api-ui "2.1.0-RC2"]