Getting started with pastemyst.java
Hello there! If you're reading this, it means you want to use pastemyst.java, and this guide will help you get started setting it up on your development machine.
Now, there are a few ways to install the lib, but in this guide, we'll be using a build tool. What's a build tool?
Well, a build tool, is basically a kind of software to make your life much easier. They automate building and distributing your application, and allowing you to use libraries made by others in your projects without much hassle. Mind you, this is a very simple and boiled-down explanation, and if you would like a more thorough explanation, you can check here.
Alright, now that we have the explanations out of the way, let's get started! Now, I will be assuming a few things for this guide. 1) You have a good grasp of Java fundamentals. 2) You have a basic knowledge of whatever build tool you're using. I will be covering how to set it up of course, but you will still need a basic knowledge of it to follow along.
So, now that we have that out of the way, you can use this handy little table to guide you. So now, jump on to your preferred build system and check your repo:
Last updated