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

io.neow3j.devpack.gradle.Neow3jPluginExtension Maven / Gradle / Ivy

The newest version!
package io.neow3j.devpack.gradle;

import org.gradle.api.file.RegularFileProperty;
import org.gradle.api.provider.Property;

abstract public class Neow3jPluginExtension {

    public abstract Property getClassName();

    public abstract Property getDebug();

    public abstract RegularFileProperty getOutputDir();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy