- Common ways to obtain Library
private void myMethod () {Library l =
Method method;(Library) method.invoke(null, (Object[])null)
BasicProjectInfo.OptionalLibraryHolder basicProjectInfoOptionalLibraryHolder;basicProjectInfoOptionalLibraryHolder.getLibrary()
Class klass;(Library) klass.newInstance()
- Smart code suggestions by Codota
}
new Library( "JUnit", "3.8", "IBM Public Licence", "http://www.junit.org/"
addOptionalLibrary(new Library("JUnit", "3.8", "IBM Public Licence", "http://www.junit.org/"));
addOptionalLibrary(new Library("JUnit", "3.8", "IBM Public Licence", "http://www.junit.org/"));