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

name.remal.gradle_plugins.test_source_sets.DocUtils Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
package name.remal.gradle_plugins.test_source_sets;

import static lombok.AccessLevel.PRIVATE;

import lombok.NoArgsConstructor;

@NoArgsConstructor(access = PRIVATE)
abstract class DocUtils {
    public static final String PLUGIN_REPOSITORY_HTML_URL = "https://github.com/remal-gradle-plugins/test-source-sets";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy