Misplaced Pages

Draft:.libs

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Submission declined on 23 December 2024 by KylieTastic (talk).This draft's references do not show that the subject qualifies for a Misplaced Pages article. In summary, the draft needs multiple published sources that are:
Make sure you add references that meet these criteria before resubmitting. Learn about mistakes to avoid when addressing this issue. If no additional references exist, the subject is not suitable for Misplaced Pages.
  • If you would like to continue working on the submission, click on the "Edit" tab at the top of the window.
  • If you have not resolved the issues listed above, your draft will be declined again and potentially deleted.
  • If you need extra help, please ask us a question at the AfC Help Desk or get live help from experienced editors.
  • Please do not remove reviewer comments or this notice until the submission is accepted.

Where to get help
  • If you need help editing or submitting your draft, please ask us a question at the AfC Help Desk or get live help from experienced editors. These venues are only for help with editing and the submission process, not to get reviews.
  • If you need feedback on your draft, or if the review is taking a lot of time, you can try asking for help on the talk page of a relevant WikiProject. Some WikiProjects are more active than others so a speedy reply is not guaranteed.
How to improve a draft

You can also browse Misplaced Pages:Featured articles and Misplaced Pages:Good articles to find examples of Misplaced Pages's best writing on topics similar to your proposed article.

Improving your odds of a speedy review

To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags.

Add tags to your draft Editor resources Declined by KylieTastic 3 seconds ago. Last edited by KylieTastic 3 seconds ago. Reviewer: Inform author.
ResubmitPlease note that if the issues are not fixed, the draft will be declined again.
.libs file format
The following Misplaced Pages contributor has declared a personal or professional connection to the subject of this page. Relevant policies and guidelines may include conflict of interest, autobiography, and neutral point of view.

.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.

History

The file format was developed by the Github Organization SploonMC in 2024 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.

Format

.libs follows a simple plaintext format, which looks as following:

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

  1. SploonMC/bin-patch-gen, SploonMC, 2024-12-23, retrieved 2024-12-23
  2. ^ "feat: library meta · SploonMC/bin-patch-gen@116fa1f". GitHub. Retrieved 2024-12-23.
  3. "patches/1.10.2.libs at master · SploonMC/patches". GitHub. Retrieved 2024-12-23.
Categories: