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

net.datafaker.providers.base.Artist Maven / Gradle / Ivy

package net.datafaker.providers.base;

/**
 * @since 0.8.0
 */
public class Artist extends AbstractProvider {

    protected Artist(BaseProviders faker) {
        super(faker);
    }

    public String name() {
        return resolve("artist.names");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy