Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Katja Hahn committed Feb 18, 2015
1 parent e8d9299 commit 8663d67
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ For more information have a look at [PortEx Wiki](https://github.com/katjahahn/P

#### Including PortEx to a Maven Project

PortEx will be added to the Central Maven Repository soon. Until then you can include PortEx as follows:

Download portex.pom and portex.jar and install portex to your local Maven repository as follows:
You can include PortEx to your project by adding the following Maven dependency:

```
$ mvn install:install-file -Dfile=portex.jar -DpomFile=portex.pom
<dependency>
<groupId>com.github.katjahahn</groupId>
<artifactId>portex_2.10</artifactId>
<version>1.0.1</version>
</dependency>
```

Now you can include PortEx to your project by adding the following Maven dependency:
#### Including PortEx to an SBT project

Add the dependency as follows in your build.sbt

```
<dependency>
<groupId>com.github.katjahahn</groupId>
<artifactId>portex</artifactId>
<version>1.0</version>
</dependency>
libraryDependencies += "com.github.katjahahn" % "portex_2.10" % "1.0.1"
```

#### Using the Fat Jar
Expand Down

0 comments on commit 8663d67

Please sign in to comment.