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

dependencyManagement.managingTransitiveDependencies.excludeForDependency.kotlin.src.main.java.Main Maven / Gradle / Ivy

There is a newer version: 8.11.1
Show newest version
import org.apache.log4j.Logger;

public class Main {
    private static final Logger LOGGER = Logger.getLogger(Main.class);

    public static void main(String args[]) {
        LOGGER.info("Hello World!");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy