We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TODO . . .
Naether naether = new NaetherImpl(); naether.addDependency( "ch.qos.logback:logback-classic:jar:0.9.29" ); naether.addDependency( "junit:junit:jar:4.8.2" ); naether.resolveDependencies(); System.out.println( naether.getDependenciesNotation().toString() );
Will output:
["ch.qos.logback:logback-core:jar:0.9.29", "ch.qos.logback:logback-classic:jar:0.9.29", "junit:junit:jar:4.8.2", "org.slf4j:slf4j-api:jar:1.6.1" ]