.libs
.libs is a file format designed for storing a list of Maven Coordinates. It was developed by a GitHub Organization called SploonMC for the purpose of storing a list of maven coordinates of libraries that are needed for a Java application to run.[1]
History
The file format was developed by the GitHub Organization SploonMC in 2024[2] to store a list of maven coordinates for libraries that a Java program, onto which they apply their binary patch, needs to run.
It was first introduced on November 18th, 2024.[2]
Format
.libs follows a simple plaintext format, which looks as follows:
com.example:example-lib:1.0.0 org.wikipedia:wikipedia-api:1.0.2 pre
There is no known limit for the length of the file.
References
- ↑ SploonMC/bin-patch-gen, SploonMC, 2024-12-23, retrieved 2024-12-23
- ↑ 2.0 2.1 "feat: library meta · SploonMC/bin-patch-gen@116fa1f". GitHub. Retrieved 2024-12-23.
- ↑ "patches/1.10.2.libs at master · SploonMC/patches". GitHub. Retrieved 2024-12-23.
This article ".libs" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:.libs. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
