aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 56afd9e..39d39e3 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,10 @@ pairs of [String][] and `int`, you can use the following code:
<groupId>eu.mulk.jgvariant</groupId>
<artifactId>jgvariant-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>eu.mulk.jgvariant</groupId>
+ <artifactId>jgvariant-ostree</artifactId>
+ </dependency>
...
</dependencies>
@@ -76,6 +80,7 @@ pairs of [String][] and `int`, you can use the following code:
implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.4")
implementation("eu.mulk.jgvariant:jgvariant-core")
+ implementation("eu.mulk.jgvariant:jgvariant-ostree")
...
}