Discover Packages
github.com/0qq/gldp
module
Version:
v0.0.0-...-61aa4b8
Opens a new window with list of versions in this module.
Published: Mar 3, 2022
License: MIT
Opens a new window with license information.
README
README
¶
gldp
Gradle log dependency parser. Gldp Basically reads gradle log from stdin, finds and parces artifacts metadata and output unique dependency information to Stdout in desired format
Examples
# Specify your internal repo
cat /path/to/gradle/log | gldp -repos https://your.internal.maven.repo/maven2/
# Override output format
cat /path/to/gradle/log | gldp -repos https://your.internal.maven.repo/maven2/ -f '{{ printf "%v %v %v %v \n" .Repository .GroupId .ArtifactId .Version }}'
Expand ▾
Collapse ▴
Click to show internal directories.
Click to hide internal directories.