META-INF.maven.io.quarkus.quarkus-development-mode-spi.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-development-mode-spi Show documentation
Show all versions of quarkus-development-mode-spi Show documentation
SPI classes for Quarkus Development mode.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>quarkus-build-parent</artifactId> <groupId>io.quarkus</groupId> <version>3.17.1</version> <relativePath>../../build-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>quarkus-development-mode-spi</artifactId> <name>Quarkus - Development mode - SPI</name> <description>SPI classes for Quarkus Development mode.</description> <dependencies> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy