.oss-maven-template.0.0.15.source-code.HelloWorld Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oss-maven-template Show documentation
Show all versions of oss-maven-template Show documentation
A template for Maven-based projects that will be published to Maven Central.
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, Dave.");
}
}