Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nqzero/mvnrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mvnrun artifact [args]
       calculate a classpath for an artifact and either print it or run java with it
       artifact (required) in group:id[:version] notation, default version is LATEST
       args -> run java -cp $cp ${@:2}, otherwise print the classpath
       eg:
           mvnrun org.db4j:kilim kilim.examples.SimpleTask

installation

place the mvnrun script on your path or if you have npm on your path, use npm install -g mvnrun

About

execute a java class directly from maven central or the local M2 cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages