/go-jar

Very simple Go package for reading manifest data from JAR files

Primary LanguageGoApache License 2.0Apache-2.0

PkgGoDev GoReportCard GitHub Actions CI Status GitHub Actions CodeQL Status Coverage Status Codebeat badge

InstallationBuild StatusLicense


jar is a very simple Go package for reading manifest data from JAR files.

Installation

Make sure you have a working Go 1.17+ workspace (instructions), then:

go get -d github.com/essentialkaos/go-jar

For update to the latest stable release, do:

go get -d -u github.com/essentialkaos/go-jar

Build Status

Branch Status
master CI
develop CI

License

Apache License, Version 2.0