From 796b19da1b9ef6c1721faa2ddf35100eb01a8a28 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 18 Dec 2021 23:38:46 +0100 Subject: POM: Split into -bom, -core, -parent, -bundle. Change-Id: I1fd4cc766b60266ef9dcc40e943b45d067dd7b90 --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7671374..56afd9e 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,28 @@ pairs of [String][] and `int`, you can use the following code: ... + + ... + + + + eu.mulk.jgvariant + jgvariant-bom + 0.1.4 + pom + import + + + + ... + + ... eu.mulk.jgvariant jgvariant-core - 0.1.3 ... @@ -59,7 +74,8 @@ pairs of [String][] and `int`, you can use the following code: dependencies { ... - implementation("eu.mulk.jgvariant:jgvariant-core:0.1.3") + implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.4") + implementation("eu.mulk.jgvariant:jgvariant-core") ... } -- cgit v1.2.3