From 86bdb256d2ed88f2702453bada89936836c926a3 Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Date: Fri, 1 Sep 2023 23:58:39 +0200 Subject: [PATCH 1/4] Updated external-libraries.md --- external-libraries.md | 186 +++++++++++++++++++++++++----------------- 1 file changed, 109 insertions(+), 77 deletions(-) diff --git a/external-libraries.md b/external-libraries.md index 4a75d8eccf3..dacc643255b 100644 --- a/external-libraries.md +++ b/external-libraries.md @@ -515,121 +515,153 @@ License: Apache-2.0 3. (on WSL) `sed 's/[^a-z]*//' < build/dependencies.txt | sed "s/\(.*\) .*/\1/" | grep -v "\->" | sort | uniq > build/dependencies-for-external-libraries.txt` ```text -com.fasterxml.jackson.core:jackson-annotations:2.14.1 -com.fasterxml.jackson.core:jackson-core:2.14.1 -com.fasterxml.jackson.core:jackson-databind:2.14.1 -com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1 -com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.1 -com.fasterxml.jackson:jackson-bom:2.14.1 -com.github.JabRef:afterburner.fx:testmoduleinfo-SNAPSHOT +at.favre.lib:hkdf:1.1.0 +com.dlsc.gemsfx:gemsfx:1.77.0 +com.dlsc.pickerfx:pickerfx:1.2.0 +com.dlsc.unitfx:unitfx:1.0.10 +com.fasterxml.jackson.core:jackson-annotations:2.15.2 +com.fasterxml.jackson.core:jackson-core:2.15.2 +com.fasterxml.jackson.core:jackson-databind:2.15.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2 +com.fasterxml.jackson:jackson-bom:2.15.2 +com.github.hypfvieh:dbus-java:3.2.1 +com.github.hypfvieh:java-utils:1.0.6 +com.github.javakeyring:java-keyring:1.0.3 +com.github.jnr:jffi:1.2.19 +com.github.jnr:jnr-a64asm:1.0.0 +com.github.jnr:jnr-constants:0.9.12 +com.github.jnr:jnr-enxio:0.21 +com.github.jnr:jnr-ffi:2.1.10 +com.github.jnr:jnr-posix:3.0.50 +com.github.jnr:jnr-unixsocket:0.23 +com.github.jnr:jnr-x86asm:1.0.2 com.github.sialcasa.mvvmFX:mvvmfx-validation:f195849ca9 com.github.tomtung:latex2unicode_2.13:0.3.2 -com.google.code.gson:gson:2.9.0 -com.google.errorprone:error_prone_annotations:2.11.0 +com.google.code.gson:gson:2.10 +com.googlecode.javaewah:JavaEWAH:1.2.3 +com.google.errorprone:error_prone_annotations:2.18.0 com.google.guava:failureaccess:1.0.1 -com.google.guava:guava:31.1-jre +com.google.guava:guava:32.1.2-jre +com.google.guava:guava-parent:32.1.2-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava -com.google.j2objc:j2objc-annotations:1.3 -com.googlecode.javaewah:JavaEWAH:1.1.13 -com.h2database:h2-mvstore:2.1.214 -com.konghq:unirest-java:3.14.1 +com.google.j2objc:j2objc-annotations:2.8 +com.h2database:h2-mvstore:2.2.220 +com.konghq:unirest-java:3.14.5 com.microsoft.azure:applicationinsights-core:2.4.1 com.microsoft.azure:applicationinsights-logging-log4j2:2.4.1 +commons-beanutils:commons-beanutils:1.9.4 +commons-cli:commons-cli:1.5.0 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-digester:commons-digester:2.1 +commons-logging:commons-logging:1.2 +commons-validator:commons-validator:1.7 com.oracle.ojdbc:ojdbc10:19.3.0.0 com.oracle.ojdbc:ons:19.3.0.0 com.oracle.ojdbc:osdt_cert:19.3.0.0 com.oracle.ojdbc:osdt_core:19.3.0.0 com.oracle.ojdbc:simplefan:19.3.0.0 com.oracle.ojdbc:ucp:19.3.0.0 +compileClasspath - Compile classpath for source set +com.squareup.okhttp3:okhttp:3.12.0 +com.squareup.okio:okio:1.15.0 +com.squareup.retrofit2:retrofit:2.6.1 com.sun.activation:jakarta.activation:2.0.1 com.sun.istack:istack-commons-runtime:4.0.1 com.tobiasdiez:easybind:2.2.1-SNAPSHOT -com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.64.0 -com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.64.0 -com.vladsch.flexmark:flexmark-util-ast:0.64.0 -com.vladsch.flexmark:flexmark-util-builder:0.64.0 -com.vladsch.flexmark:flexmark-util-collection:0.64.0 -com.vladsch.flexmark:flexmark-util-data:0.64.0 -com.vladsch.flexmark:flexmark-util-dependency:0.64.0 -com.vladsch.flexmark:flexmark-util-format:0.64.0 -com.vladsch.flexmark:flexmark-util-html:0.64.0 -com.vladsch.flexmark:flexmark-util-misc:0.64.0 -com.vladsch.flexmark:flexmark-util-options:0.64.0 -com.vladsch.flexmark:flexmark-util-sequence:0.64.0 -com.vladsch.flexmark:flexmark-util-visitor:0.64.0 -com.vladsch.flexmark:flexmark-util:0.64.0 -com.vladsch.flexmark:flexmark:0.64.0 -commons-cli:commons-cli:1.5.0 -commons-codec:commons-codec:1.15 -commons-io:commons-io:2.11.0 -commons-logging:commons-logging:1.2 +com.vladsch.flexmark:flexmark:0.64.8 +com.vladsch.flexmark:flexmark-util-ast:0.64.8 +com.vladsch.flexmark:flexmark-util-builder:0.64.8 +com.vladsch.flexmark:flexmark-util-collection:0.64.8 +com.vladsch.flexmark:flexmark-util-data:0.64.8 +com.vladsch.flexmark:flexmark-util-dependency:0.64.8 +com.vladsch.flexmark:flexmark-util-format:0.64.8 +com.vladsch.flexmark:flexmark-util-html:0.64.8 +com.vladsch.flexmark:flexmark-util-misc:0.64.8 +com.vladsch.flexmark:flexmark-util-sequence:0.64.8 +com.vladsch.flexmark:flexmark-util-visitor:0.64.8 de.saxsys:mvvmfx:1.8.0 -de.undercouch:citeproc-java:3.0.0-alpha.6 +de.swiesend:secret-service:1.0.0 +de.undercouch:citeproc-java:3.0.0-beta.2 eu.lestard:doc-annotations:0.2 +implementation - Implementation dependencies for the 'main' feature. info.debatty:java-string-similarity:2.0.0 io.github.java-diff-utils:java-diff-utils:4.12 jakarta.annotation:jakarta.annotation-api:2.1.1 jakarta.inject:jakarta.inject-api:2.0.1 jakarta.xml.bind:jakarta.xml.bind-api:3.0.1 +javax.measure:unit-api:2.1.2 net.harawata:appdirs:1.2.1 -net.java.dev.jna:jna-platform:5.6.0 -net.java.dev.jna:jna:5.6.0 +net.java.dev.jna:jna:5.13.0 +net.java.dev.jna:jna-platform:5.13.0 net.jcip:jcip-annotations:1.0 net.jodah:typetools:0.6.1 -org.antlr:antlr4-runtime:4.9.3 -org.apache.commons:commons-csv:1.9.0 -org.apache.commons:commons-lang3:3.12.0 +one.jpro.jproutils:tree-showing:0.2.2 +org.antlr:antlr4-runtime:4.13.0 +org.apache.commons:commons-csv:1.10.0 +org.apache.commons:commons-lang3:3.13.0 org.apache.httpcomponents:httpasyncclient:4.1.5 org.apache.httpcomponents:httpclient:4.5.13 -org.apache.httpcomponents:httpcore-nio:4.4.13 org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpcore-nio:4.4.13 org.apache.httpcomponents:httpmime:4.5.13 -org.apache.lucene:lucene-analysis-common:9.4.2 -org.apache.lucene:lucene-core:9.4.1 -org.apache.lucene:lucene-core:9.4.2 -org.apache.lucene:lucene-highlighter:9.4.2 -org.apache.lucene:lucene-queries:9.4.1 -org.apache.lucene:lucene-queries:9.4.2 -org.apache.lucene:lucene-queryparser:9.4.2 -org.apache.lucene:lucene-sandbox:9.4.2 -org.apache.pdfbox:fontbox:3.0.0-RC1 -org.apache.pdfbox:pdfbox:3.0.0-RC1 -org.apache.pdfbox:xmpbox:3.0.0-RC1 -org.apache.tika:tika-core:2.6.0 -org.bouncycastle:bcprov-jdk18on:1.71.1 -org.checkerframework:checker-qual:3.12.0 -org.codehaus.mojo:animal-sniffer-annotations:1.18 +org.apache.lucene:lucene-analysis-common:9.7.0 +org.apache.lucene:lucene-core:9.7.0 +org.apache.lucene:lucene-highlighter:9.7.0 +org.apache.lucene:lucene-queries:9.7.0 +org.apache.lucene:lucene-queryparser:9.7.0 +org.apache.lucene:lucene-sandbox:9.7.0 +org.apache.pdfbox:fontbox:3.0.0 +org.apache.pdfbox:pdfbox:3.0.0 +org.apache.pdfbox:pdfbox-io:3.0.0 +org.apache.pdfbox:xmpbox:3.0.0 +org.bouncycastle:bcprov-jdk18on:1.76 +org.checkerframework:checker-qual:3.33.0 org.controlsfx:controlsfx:11.1.2 -org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r -org.fxmisc.flowless:flowless:0.7.0 -org.fxmisc.richtext:richtextfx:0.11.0 +org.eclipse.jgit:org.eclipse.jgit:6.6.0.202305301015-r +org.fxmisc.flowless:flowless:0.7.1 +org.fxmisc.richtext:richtextfx:0.11.1 org.fxmisc.undo:undofx:2.1.1 org.fxmisc.wellbehaved:wellbehavedfx:0.3.3 org.glassfish.jaxb:jaxb-core:3.0.2 org.glassfish.jaxb:jaxb-runtime:3.0.2 org.glassfish.jaxb:txw2:3.0.2 -org.jbibtex:jbibtex:1.0.19 -org.jetbrains:annotations:15.0 -org.jsoup:jsoup:1.15.3 +org.jabref:afterburner.fx:1.1.0-SNAPSHOT +org.jbibtex:jbibtex:1.0.20 +org.jetbrains:annotations:24.0.1 +org.jooq:jool:0.9.15 +org.jsoup:jsoup:1.16.1 +org.kordamp.ikonli:ikonli-bootstrapicons-pack:12.3.1 org.kordamp.ikonli:ikonli-core:12.3.1 org.kordamp.ikonli:ikonli-javafx:12.3.1 org.kordamp.ikonli:ikonli-materialdesign2-pack:12.3.1 -org.libreoffice:libreoffice:7.4.1 -org.libreoffice:unoloader:7.4.1 -org.mariadb.jdbc:mariadb-java-client:2.7.7 -org.openjfx:javafx-base:19 -org.openjfx:javafx-controls:19 -org.openjfx:javafx-fxml:19 -org.openjfx:javafx-graphics:19 -org.openjfx:javafx-media:19 -org.openjfx:javafx-swing:19 -org.openjfx:javafx-web:19 -org.postgresql:postgresql:42.5.1 +org.kordamp.ikonli:ikonli-materialdesign-pack:12.3.1 +org.kordamp.ikonli:ikonli-material-pack:12.3.1 +org.libreoffice:libreoffice:7.5.3 +org.libreoffice:unoloader:7.6.0 +org.mariadb.jdbc:mariadb-java-client:2.7.9 +org.openjfx:javafx-base:20 +org.openjfx:javafx-controls:20 +org.openjfx:javafx-fxml:20 +org.openjfx:javafx-graphics:20 +org.openjfx:javafx-media:20 +org.openjfx:javafx-swing:20 +org.openjfx:javafx-web:20 +org.ow2.asm:asm:7.1 +org.ow2.asm:asm-analysis:7.1 +org.ow2.asm:asm-commons:7.1 +org.ow2.asm:asm-tree:7.1 +org.ow2.asm:asm-util:7.1 +org.postgresql:postgresql:42.6.0 org.reactfx:reactfx:2.0-M5 org.scala-lang:scala-library:2.13.8 -org.slf4j:slf4j-api:2.0.5 -org.tinylog:slf4j-tinylog:2.5.0 -org.tinylog:tinylog-api:2.5.0 -org.tinylog:tinylog-impl:2.5.0 -org.yaml:snakeyaml:1.33 +org.slf4j:slf4j-api:2.0.7 +org.tinylog:slf4j-tinylog:2.6.2 +org.tinylog:tinylog-api:2.6.2 +org.tinylog:tinylog-impl:2.6.2 +org.yaml:snakeyaml:2.0 +pt.davidafsilva.apple:jkeychain:1.1.0 +tech.units:indriya:2.1.2 +tech.uom.lib:uom-lib-common:2.1 ``` From 531cc867c9c6c805a482de3c22bfc6106d3622a8 Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Date: Sat, 2 Sep 2023 00:23:31 +0200 Subject: [PATCH 2/4] wip --- external-libraries.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/external-libraries.md b/external-libraries.md index dacc643255b..a77c65443d4 100644 --- a/external-libraries.md +++ b/external-libraries.md @@ -42,6 +42,34 @@ Note: It is important to include v1.5.54 or later as v1.5.54 is the first ver (Sorted alphabetically by Id) +```yaml +Id: at.favre.lib +Project: HMAC-based Key Derivation Function (HKDF) RFC 5869 +URL: https://github.com/patrickfav/hkdf +License: Apache-2.0 +``` + +```yaml +Id: com.dlsc.gemsfx:gemsfx +Project: GemsFX +URL: https://github.com/dlsc-software-consulting-gmbh/GemsFX +License: Apache-2.0 +``` + +```yaml +Id: com.dlsc.pickerfx:pickerfx +Project: GemsFX +URL: https://github.com/dlsc-software-consulting-gmbh/PickerFX +License: Apache-2.0 +``` + +```yaml +Id: com.dlsc.unitfx:unitfx +Project: UnitFX +URL: https://github.com/dlsc-software-consulting-gmbh/UnitFX +License: Apache-2.0 +``` + ```yaml Id: com.fasterxml.jackson Project: Jackson Project @@ -49,6 +77,20 @@ URL: https://github.com/FasterXML/jackson License: Apache-2.0 ``` +```yaml +Id: com.github.hypfvieh.dbus-java +Project: dbus-java +URL: https://github.com/hypfvieh/dbus-java +License: MIT +``` + +```yaml +Id: com.github.hypfvieh.java-utils +Project: java-utils +URL: https://github.com/hypfvieh/java-utils +License: MIT +``` + ```yaml Id: com.github.JabRef Project: afterburner.fx From 9aa30c0c4f88809421cbe84451c3633dc342d870 Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Date: Sat, 2 Sep 2023 00:47:36 +0200 Subject: [PATCH 3/4] wip --- external-libraries.md | 86 +++++++++++++++++++++++++++++++++---------- 1 file changed, 67 insertions(+), 19 deletions(-) diff --git a/external-libraries.md b/external-libraries.md index a77c65443d4..870a0b78785 100644 --- a/external-libraries.md +++ b/external-libraries.md @@ -91,6 +91,20 @@ URL: https://github.com/hypfvieh/java-utils License: MIT ``` +```yaml +Id: com.github.javakeyring +Project: Java Keyring +URL: https://github.com/javakeyring/java-keyring +License: BSD-3-Clause +``` + +```yaml +Id: com.github.jnr +Project: The Java Native Runtime Project +URL: https://github.com/jnr +License: BSD-3-Clause +``` + ```yaml Id: com.github.JabRef Project: afterburner.fx @@ -169,6 +183,27 @@ URL: https://repo1.maven.org/maven2/com/oracle/ojdbc/ojdbc10/19.3.0.0/ojdbc1 License: Oracle Free Use Terms and Conditions (FUTC) ``` +```yaml +Id: com.squareup.okhttp3:okhttp +Project: OkHttp +URL: https://square.github.io/okhttp/ +License: Apache-2.0 +``` + +```yaml +Id: com.squareup.okio:okio +Project: OkHttp +URL: https://github.com/square/okio/ +License: Apache-2.0 +``` + +```yaml +Id: com.squareup.retrofit2:retrofit +Project: Retrofit 2 +URL: https://github.com/square/retrofit +License: Apache-2.0 +``` + ```yaml Id: com.sun.istack:istack-commons-runtime Project: iStack Common Utility Code @@ -190,6 +225,13 @@ URL: https://github.com/vsch/flexmark-java License: BSD-2-Clause ``` +```yaml +Id: commons-beanutils:commons-beanutils +Project: Apache Commons Beanutils +URL: https://commons.apache.org/proper/commons-beanutils/ +License: Apache-2.0 +``` + ```yaml Id: commons-cli:commons-cli Project: Apache Commons CLI @@ -204,6 +246,13 @@ URL: https://commons.apache.org/proper/commons-codec/ License: Apache-2.0 ``` +```yaml +Id: commons-collections:commons-collections +Project: Apache Commons Collections +URL: https://commons.apache.org/proper/commons-collections/ +License: Apache-2.0 +``` + ```yaml Id: commons-io:commons-io Project: Apache Commons IO @@ -218,6 +267,20 @@ URL: http://commons.apache.org/logging/ License: Apache-2.0 ``` +```yaml +Id: commons-digester:commons-digester +Project: Apache Commons Digester +URL: https://commons.apache.org/proper/commons-digester/ +License: Apache-2.0 +``` + +```yaml +Id: commons-validator:commons-validator +Project: Apache Commons Validator +URL: https://commons.apache.org/proper/commons-validator/ +License: Apache-2.0 +``` + ```yaml Id: de.saxsys:mvvmfx Project: mvvm(fx) @@ -567,17 +630,9 @@ com.fasterxml.jackson.core:jackson-databind:2.15.2 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2 com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2 com.fasterxml.jackson:jackson-bom:2.15.2 -com.github.hypfvieh:dbus-java:3.2.1 -com.github.hypfvieh:java-utils:1.0.6 -com.github.javakeyring:java-keyring:1.0.3 -com.github.jnr:jffi:1.2.19 -com.github.jnr:jnr-a64asm:1.0.0 -com.github.jnr:jnr-constants:0.9.12 -com.github.jnr:jnr-enxio:0.21 -com.github.jnr:jnr-ffi:2.1.10 -com.github.jnr:jnr-posix:3.0.50 -com.github.jnr:jnr-unixsocket:0.23 -com.github.jnr:jnr-x86asm:1.0.2 +com.github.hypfvieh:dbus-java-core:4.2.1 +com.github.hypfvieh:dbus-java-transport-native-unixsocket:4.2.1 +com.github.javakeyring:java-keyring:1.0.4 com.github.sialcasa.mvvmFX:mvvmfx-validation:f195849ca9 com.github.tomtung:latex2unicode_2.13:0.3.2 com.google.code.gson:gson:2.10 @@ -605,7 +660,6 @@ com.oracle.ojdbc:osdt_cert:19.3.0.0 com.oracle.ojdbc:osdt_core:19.3.0.0 com.oracle.ojdbc:simplefan:19.3.0.0 com.oracle.ojdbc:ucp:19.3.0.0 -compileClasspath - Compile classpath for source set com.squareup.okhttp3:okhttp:3.12.0 com.squareup.okio:okio:1.15.0 com.squareup.retrofit2:retrofit:2.6.1 @@ -624,10 +678,9 @@ com.vladsch.flexmark:flexmark-util-misc:0.64.8 com.vladsch.flexmark:flexmark-util-sequence:0.64.8 com.vladsch.flexmark:flexmark-util-visitor:0.64.8 de.saxsys:mvvmfx:1.8.0 -de.swiesend:secret-service:1.0.0 +de.swiesend:secret-service:1.8.1-jdk17 de.undercouch:citeproc-java:3.0.0-beta.2 eu.lestard:doc-annotations:0.2 -implementation - Implementation dependencies for the 'main' feature. info.debatty:java-string-similarity:2.0.0 io.github.java-diff-utils:java-diff-utils:4.12 jakarta.annotation:jakarta.annotation-api:2.1.1 @@ -690,11 +743,6 @@ org.openjfx:javafx-graphics:20 org.openjfx:javafx-media:20 org.openjfx:javafx-swing:20 org.openjfx:javafx-web:20 -org.ow2.asm:asm:7.1 -org.ow2.asm:asm-analysis:7.1 -org.ow2.asm:asm-commons:7.1 -org.ow2.asm:asm-tree:7.1 -org.ow2.asm:asm-util:7.1 org.postgresql:postgresql:42.6.0 org.reactfx:reactfx:2.0-M5 org.scala-lang:scala-library:2.13.8 From f80b031a408a6f7171863330b7066741e612c3b8 Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Date: Sat, 2 Sep 2023 01:27:29 +0200 Subject: [PATCH 4/4] finished --- external-libraries.md | 49 ++++++++++++++++++++++++++++++------------- 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/external-libraries.md b/external-libraries.md index 870a0b78785..e71e0f24bf1 100644 --- a/external-libraries.md +++ b/external-libraries.md @@ -98,13 +98,6 @@ URL: https://github.com/javakeyring/java-keyring License: BSD-3-Clause ``` -```yaml -Id: com.github.jnr -Project: The Java Native Runtime Project -URL: https://github.com/jnr -License: BSD-3-Clause -``` - ```yaml Id: com.github.JabRef Project: afterburner.fx @@ -288,6 +281,13 @@ URL: https://github.com/sialcasa/mvvmFX License: Apache-2.0 ``` +```yaml +Id: de.swiesend:secret-service +Project: Secret Service +URL: https://github.com/swiesend/secret-service +License: MIT +``` + ```yaml Id: de.saxsys:mvvmfx-validation Project: mvvm(fx) @@ -428,13 +428,6 @@ URL: http://pdfbox.apache.org License: Apache-2.0 ``` -```yaml -Id: org.apache.tika:tika-core -Project: Apache Tika -URL: https://tika.apache.org/ -License: Apache-2.0 -``` - ```yaml Id: org.bouncycastle:bcprov-jdk15on Project: The Legion of the Bouncy Castle @@ -501,6 +494,13 @@ Path: lib/icu4j.jar SourcePath: lib/ic4j-src.jar ``` +```yaml +Id: org.jooq:jool +Project: JOOλ +URL: https://github.com/jOOQ/jOOL +License: Apache-2.0 +``` + ```yaml Id: org.jsoup:jsoup Project: jsoup @@ -613,6 +613,27 @@ URL: https://bitbucket.org/snakeyaml/snakeyaml-engine/src/master/ License: Apache-2.0 ``` +```yaml +Id: pt.davidafsilva.apple:jkeychain +Project: JKeyChain +URL: https://github.com/davidafsilva/jkeychain +License: BSD-2-Clause +``` + +```yaml +Id: tech.units:indriya +Project: Indriya - JSR 385 - Reference Implementation +URL: https://github.com/unitsofmeasurement/indriya +License: BSD-3-Clause +``` + +```yaml +Id: tech.uom.lib:uom-lib-common +Project: Units of Measurement Libraries - extending and complementing JSR 385 +URL: https://github.com/unitsofmeasurement/uom-lib +License: BSD-3-Clause +``` + ## Sorted list of runtime dependencies output by gradle 1. `gradlew dependencies > build/dependencies.txt`