diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -13,5 +13,14 @@ development. As such every commit could be a breaking change. Please plan accord This repository incorporates (in addition to libraries loaded by gradle) a file taken from [the google gson extra repository](https://github.com/google/gson/blob/master/extras/src/main/java/com/google/gson/typeadapters/RuntimeTypeAdapterFactory.java) with our own changes (highlighted in the code). That file is licensed under the Apache License version 2.0. The rest of -the source code is licensed under the BSD-2-Clause License. +the source code is licensed under the BSD-2-Clause License. The `gradlew`, `gradlew.bat` and +`gradle/wrapper/gradle-wrapper.jar` are license under the Apache License version 2.0: https://docs.gradle.org/current/userguide/licenses.html. + + +## Usage + +You will need to manually download the repository files. I would personally recommend making use of the E-Tag returned by +https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/archive/refs/heads/master.zip for simple applications. This +library is available at https://repo.nea.moe/#/releases/moe/nea/neurepoparser/1.0.0. Check out the +[TestMain.java](src/test/java/TestMain.java) |