You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,14 @@ development. As such every commit could be a breaking change. Please plan accord
13
13
This repository incorporates (in addition to libraries loaded by gradle) a file taken
14
14
from [the google gson extra repository](https://github.com/google/gson/blob/master/extras/src/main/java/com/google/gson/typeadapters/RuntimeTypeAdapterFactory.java)
15
15
with our own changes (highlighted in the code). That file is licensed under the Apache License version 2.0. The rest of
16
-
the source code is licensed under the BSD-2-Clause License.
16
+
the source code is licensed under the BSD-2-Clause License. The `gradlew`, `gradlew.bat` and
17
+
`gradle/wrapper/gradle-wrapper.jar` are license under the Apache License version 2.0: https://docs.gradle.org/current/userguide/licenses.html.
18
+
19
+
20
+
## Usage
21
+
22
+
You will need to manually download the repository files. I would personally recommend making use of the E-Tag returned by
23
+
https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/archive/refs/heads/master.zip for simple applications. This
24
+
library is available at https://repo.nea.moe/#/releases/moe/nea/neurepoparser/1.0.0. Check out the
0 commit comments