I wrote about…
32-bit 64-bit algorythm background batch command c++ certificate combinatorics configuration contest der dev-c++ dynamic programming eclipse exponential facebook hacking cup import install jar java javascript keyboard keytool layout library mathematics maven modulo arithmetic mysql openCRX openssl pem php private key repository restore slider sort algorythm start svn syntax highlighting ubuntu windows wordpress x509Archives
- February 2013 (1)
- January 2012 (2)
- February 2011 (2)
- January 2011 (11)
- October 2010 (3)
- September 2010 (3)
- March 2004 (1)
- January 2004 (1)
Meta
Tag Archives: jar
Installing an external JAR into Maven
Sometimes you have to use a library that isn’t available in MavenĀ repository. In this case you must take the JAR and install it in the local repository using the install plugin: for example to install an hipotetical jar foo-1.0.2.jar … Continue reading