File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,28 @@ Before setting up LiquidJava, ensure you have the following installed:
4141- Java 20+ - JDK for compiling and running Java programs
4242- Maven 3.6+ - For building and dependency management
4343
44+ Additionally, you'll need the following dependency, which includes the LiquidJava API annotations:
45+
46+ #### Maven
47+ ``` xml
48+ <dependency >
49+ <groupId >io.github.rcosta358</groupId >
50+ <artifactId >liquidjava-api</artifactId >
51+ <version >0.0.2</version >
52+ </dependency >
53+ ```
54+
55+ #### Gradle
56+ ``` groovy
57+ repositories {
58+ mavenCentral()
59+ }
60+
61+ dependencies {
62+ implementation 'io.github.rcosta358:liquidjava-api:0.0.2'
63+ }
64+ ```
65+
4466#### Setup
4567
46681 . Clone the repository: ` git clone https://github.com/CatarinaGamboa/liquidjava.git `
You can’t perform that action at this time.
0 commit comments