Empty Release Project to Avoid Maven Bug


License

License

GroupId

GroupId

io.smallrye
ArtifactId

ArtifactId

smallrye-open-api-release-1.1
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

Empty Release Project to Avoid Maven Bug
Empty Release Project to Avoid Maven Bug

Download smallrye-open-api-release-1.1

How to add to project

<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-release-1.1/ -->
<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-open-api-release-1.1</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-release-1.1/
implementation 'io.smallrye:smallrye-open-api-release-1.1:1.0.2'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-open-api-release-1.1/
implementation ("io.smallrye:smallrye-open-api-release-1.1:1.0.2")
'io.smallrye:smallrye-open-api-release-1.1:pom:1.0.2'
<dependency org="io.smallrye" name="smallrye-open-api-release-1.1" rev="1.0.2">
  <artifact name="smallrye-open-api-release-1.1" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-open-api-release-1.1', version='1.0.2')
)
libraryDependencies += "io.smallrye" % "smallrye-open-api-release-1.1" % "1.0.2"
[io.smallrye/smallrye-open-api-release-1.1 "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

badge Quality Gate Status License

SmallRye OpenAPI

SmallRye OpenAPI is an implementation of Eclipse MicroProfile OpenAPI.

Instructions

Compile and install this project:

mvn clean install

Project structure

  • core - The core OpenAPI code, independent of entry point dependencies.

  • extension-jaxrs - The JAX-RS entry point. This module depends on JAX-RS and core.

  • extension-spring - The Spring entry point. This module depends on Spring and core.

  • implementation - Implementation of the Eclipse MicroProfile OpenAPI specification. This just pulls in Core and the JAX-RS extension .

  • tck - Test suite to run the implementation against the Eclipse MicroProfile OpenAPI TCK.

  • tools/maven-plugin - Maven plugin that creates the OpenAPI Schema on build.

io.smallrye

SmallRye

Versions

Version
1.0.2
1.0.1