All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.web.bundler.deployment.items.QuteTemplatesBuildItem Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
package io.quarkiverse.web.bundler.deployment.items;

import java.util.List;

public final class QuteTemplatesBuildItem extends WebAssetsBuildItem {

    public QuteTemplatesBuildItem(List webAssets) {
        super(webAssets);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy