aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-12-19 22:56:09 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-12-28 00:45:53 +0100
commit4e8423db22a77af394bb519e2a828714ab48898d (patch)
tree91cc55474c67c5be7507080d264cd0f9cff495c2 /README.md
parent796b19da1b9ef6c1721faa2ddf35100eb01a8a28 (diff)
Add jgvariant-ostree module.
Change-Id: Idf7bacad28d7cf65eb1ddd0994dcc2c2c2a7e18e
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")
...
}