Skip to content

Commit

Permalink
Add IDs to make it easier to link to Maven and Gradle dependencies in…
Browse files Browse the repository at this point in the history
… the wiki documentation.
  • Loading branch information
leewyatt committed Apr 30, 2024
1 parent ecc1227 commit b3a84e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Adding GemsFX to your project.

#### Using Maven
Add the following dependency to your pom.xml:
<span id="maven-dependency"></span>
```xml
<dependency>
<groupId>com.dlsc.gemsfx</groupId>
Expand All @@ -23,6 +24,7 @@ Add the following dependency to your pom.xml:

#### Using Gradle
Add the following dependency to your build.gradle:
<span id="gradle-dependency"></span>
```groovy
implementation 'com.dlsc.gemsfx:gemsfx:2.11.0'
```
Expand Down

0 comments on commit b3a84e1

Please sign in to comment.