1 00:00:05,130 --> 00:00:06,200 Hi, Chris here. 2 00:00:06,200 --> 00:00:08,400 And today we're gonna talk about Maven. 3 00:00:08,400 --> 00:00:10,190 If you're developing Java applications, 4 00:00:10,190 --> 00:00:13,660 then you're likely to use one of two build tools, Gradle or Maven. 5 00:00:13,660 --> 00:00:17,830 Across the Java software industry, Maven still has the lion's share of use, so 6 00:00:17,830 --> 00:00:19,690 let's see what it has to offer. 7 00:00:19,690 --> 00:00:22,700 Throughout the rest of the workshop, we'll look at the typical structure of a maven 8 00:00:22,700 --> 00:00:27,970 application, the POM or Project Object Model, how to manage dependencies in Maven 9 00:00:27,970 --> 00:00:30,810 and how to include Maven with your code repository. 10 00:00:30,810 --> 00:00:34,210 Before you move on though, you'll need to get Maven installed on your own machine. 11 00:00:34,210 --> 00:00:37,870 Check the teacher's notes for how to install it using a variety of methods. 12 00:00:37,870 --> 00:00:41,170 When you've got it installed on your machine, head to the next video. 13 00:00:41,170 --> 00:00:42,200 All right, see you there.