Skip to content

Commit

Permalink
docs(readme): Added Maven dependency documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsams committed Apr 21, 2015
1 parent 113ae2b commit 2ef88ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ jbench
======
A simple Java benchmarking timer utility that functions more or less like a stopwatch.

Maven dependency
----------------

<dependency>
<groupId>io.zoopaz</groupId>
<artifactId>jbench</artifactId>
<version>1.0.0</version>
</dependency>

Usage
-----
To use jbench just include the Timer class.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.zoopaz</groupId>
<artifactId>jbench</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>A simple Java benchmarking utility.</description>
Expand Down

0 comments on commit 2ef88ce

Please sign in to comment.