Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Installation

First, make sure to install Maven2. Then, compile the project and add it to your local repository:

mvn package install

Add as Dependency

To add this project as Maven dependency, insert the following dependency in your pom.xml file:

<dependency>
    <groupId>edu.nyu.tandon</groupId>
    <artifactId>index-utils</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

Run as Standalone

To run any class, first retrieve the classpath to all the dependencies in your local Maven repository:

mvn dependency:build-classpath [-Dmdep.outputFile=<your-file>]

Then, simply run the desired class:

java -cp <dependencies-classpath> qualified.name.to.YourClass

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages