Registry / utility / minimist

minimist

JSON →
library1.2.8javamavenunverified

WebJar wrapper for the minimist JavaScript command-line argument parser.

<dependency> <groupId>org.webjars.npm</groupId> <artifactId>minimist</artifactId> <version>1.2.8</version> </dependency>
INSTALL
IMPORT
SIG · MINIMIST
M
minimist
utilityjavav1.2.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

minimist
org.webjars.npm.minimist

Accesses the minimist WebJar metadata.

import org.webjars.npm.minimist; public class Example { public static void main(String[] args) { System.out.println("WebJar for minimist version: " + minimist.class.getPackage().getImplementationVersion()); } }
Debug
Known issues
gotchaWebJars are client-side libraries; Java import does not provide JavaScript functionality.
fix
Use a JavaScript runtime (e.g., Nashorn, GraalVM) to execute the actual minimist code.
affects: *
Upgrade
Version history
1.2.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
minimist — mvn dependency:get minimist · libregistry