Skip to content

Commit cf4edce

Browse files
committed
Add Dependency to README
1 parent bb6a5f6 commit cf4edce

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4668
1. Clone the repository: `git clone https://github.com/CatarinaGamboa/liquidjava.git`

0 commit comments

Comments
 (0)