jar-dependencies-cli

command module
v0.0.0-...-1dbd910 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2022 License: MIT Imports: 8 Imported by: 0

README

jar-dependencies-cli

Returns a json with dependencies compiled into a jar/war file

Usage
./jar-dependencies -f test.war | jq -c '.[] | select( .Name | contains("spring-core") )'

returns

{
    "Name":"spring-core",
    "Version":"5.3.4",
    "FullName":"spring-core-5.3.4.jar"
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL