Skip to content

menacher/nerdronix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nerdronix

Source code for http://nerdronix.blogspot.com/ blog is committed in this repo.

Installation

Maven

<dependency>
    <groupId>com.github.menacher</groupId>
    <artifactId>nerdronix</artifactId>
    <version>0.0.2</version>
</dependency>

With Maven and using Eclipse

Pre-requisites: Please have maven 3+ and Spring source tool suite or eclipse installed. If you are using plain vanilla eclipse, then m2e plugin though not required will be helpful.

Steps

  1. git clone https://github.com/menacher/nerdronix.git
  2. In eclipse, File -> import -> Existing Maven Projects and goto the the nerdronix directory