@@ -12,7 +12,7 @@ There are two simple ways to add TeeTime to your own project.
...
@@ -12,7 +12,7 @@ There are two simple ways to add TeeTime to your own project.
TeeTime is available through Maven's central repository.
TeeTime is available through Maven's central repository.
If you use Maven, simply add following lines to your pom.xml:
If you use Maven, simply add following lines to your ``pom.xml``:
```xml
```xml
<dependency>
<dependency>
...
@@ -22,7 +22,8 @@ If you use Maven, simply add following lines to your pom.xml:
...
@@ -22,7 +22,8 @@ If you use Maven, simply add following lines to your pom.xml:
</dependency>
</dependency>
```
```
Dependency informations for other project management tools can be found [here](dependency-info.html). Please make sure, your tool uses Maven's central repository. Help on how to add it, can be found [here](http://central.sonatype.org/pages/consumers.html).
<!--- Dependency informations for other project management tools can be found [here](dependency-info.html). -->
Please make sure, your project management tool uses Maven's central repository. Help on how to add it, can be found [here](http://central.sonatype.org/pages/consumers.html).
#### Binaries and sources
#### Binaries and sources
...
@@ -38,7 +39,7 @@ Please do not forget, that this releases are not intended for daily use. These b
...
@@ -38,7 +39,7 @@ Please do not forget, that this releases are not intended for daily use. These b
All snapshot builds will be deployed to Sonatype's snapshot repository.
All snapshot builds will be deployed to Sonatype's snapshot repository.
To download these builds, add following lines to your project's pom.xml:
To download these builds, add following lines to your project's ``pom.xml``:
```xml
```xml
<dependency>
<dependency>
...
@@ -48,7 +49,7 @@ To download these builds, add following lines to your project's pom.xml:
...
@@ -48,7 +49,7 @@ To download these builds, add following lines to your project's pom.xml:
</dependency>
</dependency>
```
```
If you did not add the Sonatype snapshot repository yet to your pom.xml, add also following lines to it, as otherwise Maven will not be able to find the needed artifacts:
If you did not add the Sonatype snapshot repository yet to your ``pom.xml``, add also following lines to it, as otherwise Maven will not be able to find the needed artifacts: