====== Java Links ====== [[https://www.java.com|Java - Oracle]] [[https://openjdk.org|OpenJDK]] ===== Learning Resources ===== [[https://www.tutorialspoint.com/java/|Java Tutorial - tutorialspoint]] [[https://www.w3schools.com/java/|Java Tutorial - w3schools]] [[https://code.visualstudio.com/docs/java/java-tutorial|Getting Started with Java in Visual Studio Code]] [[https://www.freecodecamp.org/news/learn-java-free-java-courses-for-beginners/|Learn Java – Free Java Courses for Beginners - freecodecamp]] ===== Maven ===== > Maven is a build automation tool used primarily for Java projects. Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. The Maven project is hosted by The Apache Software Foundation, where it was formerly part of the Jakarta Project. > > [[https://en.wikipedia.org/wiki/Apache_Maven|Wikipedia]] [[https://maven.apache.org|Maven – Welcome to Apache Maven]] [[https://central.sonatype.com/|Maven Central]] [[https://www.tutorialspoint.com/maven/|Maven Tutorial - tutorialspoint]] {{tag>java}}