Skip to content

Commit

Permalink
Updated mvn dependency versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Jan 13, 2015
1 parent b9ea178 commit eb7a503
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you like to use dependency injection (which is always a good idea) but EasyDI

## Links

[JavaDoc 0.1.0](https://lestard.github.io/EasyDI/docs/0.1.0/eu/lestard/easydi/EasyDI.html)
[JavaDoc 0.2.0](https://lestard.github.io/EasyDI/docs/0.2.0/eu/lestard/easydi/EasyDI.html)


##<a name="dependencies"></a> Maven Dependencies
Expand All @@ -35,7 +35,7 @@ repositories {
}
dependencies {
compile 'eu.lestard:easy-di:0.1.0'
compile 'eu.lestard:easy-di:0.2.0'
}
```

Expand All @@ -45,7 +45,7 @@ dependencies {
<dependency>
<groupId>eu.lestard</groupId>
<artifactId>easy-di</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

Expand All @@ -63,7 +63,7 @@ repositories {
}
dependencies {
compile 'eu.lestard:easy-di:0.2.0-SNAPSHOT'
compile 'eu.lestard:easy-di:0.3.0-SNAPSHOT'
}
```

Expand All @@ -73,7 +73,7 @@ dependencies {
<dependency>
<groupId>eu.lestard</groupId>
<artifactId>easy-di</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</dependency>
```

Expand All @@ -99,7 +99,7 @@ The code for this example is located in the test source directory:

There are two ways of using the library in your project:

1. Download the JAR file and add it to the classpath of your project
1. Download the JAR file and add it to the classpath of your project. Additionally you will need [javax.inject](http://search.maven.org/#artifactdetails|javax.inject|javax.inject|1|jar) (can be downloaded from [here](http://search.maven.org/remotecontent?filepath=javax/inject/javax.inject/1/javax.inject-1.jar))
2. Use a Build-System like Gradle or Maven. **Easy-DI** is available in the Maven Central Repository.
See [Maven dependencies](#dependencies)

Expand Down

0 comments on commit eb7a503

Please sign in to comment.