bcv-vf/libs
Konloch 173b4b85b9 Resolved Missing Dependency
The specific snapshot for DarkLAF has been removed, this replaces it temporarily with a local copy
2021-07-23 17:24:10 -07:00
..
com Resolved Missing Dependency 2021-07-23 17:24:10 -07:00
eu/bibl/banalysis/byteanalysis Properly handle local dependencies 2021-06-22 21:08:44 +02:00
org/apktool/apktool Reducing jar size by removing unneeded stuff 2021-06-22 22:18:40 +02:00
Krakatau-11.zip Re-added Enjarify and Krakatau & license cleanup 2021-06-20 23:48:11 -07:00
README.md Resolved Missing Dependency 2021-07-23 17:24:10 -07:00
enjarify-4.zip Updated Enjarify 2021-07-12 07:28:10 -07:00

README.md

Welcome! You have reached the libs folder!

Adding new dependencies

Run the following command (replacing the placeholders first of course!):

mvn deploy:deploy-file -DgroupId=[GROUP-ID] -DartifactId=[ARTIFACT-ID] -Dversion=[VERSION] -Durl=file:./libs -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=[THE-JAR-FILE]

Updating dependencies

Just do the same procedure as in "Adding new dependencies", but with a new version number!

You can also safely delete the old version of the dependency, as nothing will depend on it anymore.

Why the suffix bcv?

Some dependencies may have been modified or could be released by their author in the future. To avoid confusion and dependency clashes in the local repository, the suffix is a nice way to ensure, the right dependency is used in every project (bcv = ByteCode Viewer btw).

Modifications

  • JD-GUI: Removed ASM and RSyntaxTextArea
  • APKTool: Recompiled with the newest dependency versions, removed prebuilt folder
  • DarkLAF: Merged core & windows libraries for 2.6.2-20210719.010320-83