# quarkus-http **Repository Path**: github-codes/quarkus-http ## Basic Information - **Project Name**: quarkus-http - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: 3.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-01 - **Last Updated**: 2022-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Quarkus HTTP ============ A Vert.x based Servlet implementation. ## Release ```bash # Bump version and create the tag mvn release:prepare -Prelease # Checkout the created tag and deploy the artifacts to Nexus git checkout $TAG mvn deploy -Prelease ``` The staging repository is automatically closed. The sync with Maven Central should take a few hours.