io.quarkus.arc.test.supplement.SomeInterfaceInExternalLibrary Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-arc-test-supplement Show documentation
Show all versions of quarkus-arc-test-supplement Show documentation
Supplement archive for ArC tests
package io.quarkus.arc.test.supplement;
public interface SomeInterfaceInExternalLibrary {
String hello();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy