Skip to content

Java installing a Maven project

mguymon edited this page Apr 18, 2013 · 1 revision
import com.tobedevoured.naether.api.Naether;
import com.tobedevoured.naether.impl.NaetherImpl;

Naether naether = new NaetherImpl();
naether.install( "com.example:sample:0.0.1", "path/to/pom.xml", "path/to/target/sample-0.0.1.jar" )

Clone this wiki locally