- 
- 
class 
 
Exposer that examines a JAR file for any embedded Maven metadata for identification. 
 class 
 
Exposer that examines a JAR file to derive Maven metadata from the pattern of the JAR's filename. 
 class 
 
Exposer that examines a JAR file to derive Maven metadata from the classes in a JAR. 
 class 
 
Exposer that examines a JAR's manifest to derive Maven metadata. 
 class 
 
Exposer that examines a Maven repository for identical files to the JAR being analyzed. 
 class 
 
Exposer that examines a a JAR for classes that have Versionin the name and calls theirmainmethod if it exists to obtain the version.
 
 class 
 
Exposer that examines a a JAR for files that contain the text version(case-insensitive) and
 adds the contents as potential version(s).
 
 class 
 
Exposer that examines a a JAR and uses the most recent timestamp as a potential version.