Skip to content

πŸ“¦ Installation Guide

Fadhly Permata edited this page Mar 21, 2026 · 2 revisions

Ready to get JQL.Net up and running? It's super simple! You can grab the package and start querying your JSON in just a few seconds. πŸš€

πŸš€ Option 1: Using .NET CLI

If you're a terminal fan, just run this command in your project folder:

dotnet add package JQL.Net

πŸ’» Option 2: NuGet Package Manager

The classic way! Just search for JQL.Net in your NuGet Package Manager UI and hit that Install button.

πŸ› οΈ Option 3: Package Manager Console

Old school but gold! Use this command in your Package Manager Console:

Install-Package JQL.Net

βœ… Quick Check

Once installed, make sure you see JQL.Net listed in your project's dependencies. You're now officially ready to start writing some awesome queries!

Next up, let's see how to actually use it! πŸ‘‰ Check out πŸš€ First Implementation to write your first query.


Need help? Feel free to Open an Issue if something feels wonky!

πŸ“– Documentation

πŸš€ Implementation Samples


πŸ› οΈ More Resources

Clone this wiki locally