Jar Inspection Utility (xplr) v0.0.2 was released 📎
After four years, Jar Explorer (xplr) v0.0.2 "Singleton" was released.
Now individual JARs (v0.0.1 scanned entire directories) can be inspected, e.g
java -jar xplr.jar maven-core-3.6.3.jar
generates the following output:
#####################################
Directory: .
#####################################
# Jar: ./maven-core-3.6.3.jar
## Manifest:
## Package: org.apache.maven.lifecycle.internal.builder.singlethreaded
Implementation-Title:Maven Core
Implementation-Version:3.6.3
Specification-Vendor:The Apache Software Foundation
Specification-Title:Maven Core
Build-Jdk-Spec:1.8
Created-By:Maven Jar Plugin 3.2.0
Specification-Version:3.6
Manifest-Version:1.0
Implementation-Vendor:The Apache Software Foundation
## POM:
org.apache.maven
maven-core
3.6.3
## MVN install command:
mvn install:install-file -Dfile=./maven-core-3.6.3.jar -DgroupId=org.apache.maven -DartifactId=maven-core -Dversion=3.6.3 -Dpackaging=jar
---