Skip to content

west-tandon/index-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages