Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.63 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.63 KB

logo

EO principles respected here DevOps By Rultor.com

mvn PDD status Maven Central Javadoc

More details are here: manifests.jcabi.com. Also, read this blog post: How to Read MANIFEST.MF Files.

Manipulations with MANIFEST.MF files in Java made easy:

import com.jcabi.manifests.Manifests;
public class Main {
  public static void main(String[] args) {
    String version = Manifests.read("JCabi-Version");
    System.out.println("version is " + version);
  }
}

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice