Skip to content
Snippets Groups Projects
Commit 5da955f5 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

added dependency infos for other tools; typos; minor changes

parent 06a152a1
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Release notes</title>
<title>Release Notes</title>
</properties>
<body>
<release version="Snapshot" date="Daily basis" description="Unstable preview of oncoming versions">
......
# Dependency Information
Please make sure you use Maven's central repository. Help on how to add it, can be found [here](http://central.sonatype.org/pages/consumers.html).
### Apache Buildr
```
'net.sourceforge.teetime:teetime:jar:${teetime.stableversion}'
```
### Apache Ivy
```
<dependency org="net.sourceforge.teetime" name="teetime" rev="${teetime.stableversion}">
<artifact name="teetime" type="jar" />
</dependency>
```
### Groovy Grape
```
@Grapes(
@Grab(group='net.sourceforge.teetime', module='teetime', version='${teetime.stableversion}')
)
```
### Grails
```
compile 'net.sourceforge.teetime:teetime:${teetime.stableversion}'
```
### Leiningen
```
[net.sourceforge.teetime/teetime "${teetime.stableversion}"]
```
### SBT
```
libraryDependencies += "net.sourceforge.teetime" % "teetime" % "${teetime.stableversion}"
```
# Download
There are several ways to get TeeTime. Choose the best one for you.
In order to work with TeeTime, you simply need to add the framework to your own project.
TeeTime is distributed through a variety of channels to serve most needs.
## Latest stable
......@@ -20,12 +22,11 @@ If you use Maven, simply add following lines to your ``pom.xml``:
</dependency>
```
<!--- 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).
For other project management tools, please check [here](dependencies.html).
#### Binaries and sources
The latest TeeTime release can be downloaded directly from [Sourceforge](https://sourceforge.net/projects/teetime/files/latest/download). If you also want to download the source and/or JavaDoc, you can also get a summary of available files on [Sourceforge](https://sourceforge.net/projects/teetime/files/).
The latest TeeTime release can be downloaded directly from [Sourceforge](https://sourceforge.net/projects/teetime/files/latest/download). If you also want to download the source and/or JavaDoc, you can also get a summary of available files on [Sourceforge](https://sourceforge.net/projects/teetime/files/) or [the Central Repository](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.sourceforge.teetime%22%20AND%20a%3A%22teetime%22).
## Snapshot
......
wiki @ a9358190
Subproject commit 0e4474577e1f49bc96e734c286b2d9e0363895e8
Subproject commit a93581905ef7b0584d52eae1898148ffa6201a31
......@@ -55,6 +55,7 @@
</links>
<menu name="Documentation">
<item name="JavaDoc" href="apidocs/index.html" />
<item name="Release Notes" href="changes-report.html" />
<item name="Project Dependencies" href="dependencies.html" />
<item name="License" href="license.html" />
</menu>
......@@ -70,7 +71,6 @@
<item name="News" href="news.html" />
<item name="Download" href="download.html" />
<item name="Wiki" href="wiki/" />
<item name="Release notes" href="changes-report.html" />
</menu>
<!-- <menu ref="modules"/> -->
<!-- <menu ref="reports"/> -->
......@@ -101,7 +101,7 @@
<titleTemplate>%2$s | %1$s</titleTemplate>
<bottomNav maxSpan="9">
<column>Main</column>
<column>Wiki|Documentation</column>
<column>Documentation</column>
<column>Get Involved</column>
</bottomNav>
<bottomDescription>
......@@ -139,10 +139,6 @@
<toc>top</toc>
<tocTopMax>4</tocTopMax>
</download>
<dependencies>
<toc>top</toc>
<tocTopMax>5</tocTopMax>
</dependencies>
<contribute>
<highlightJs>false</highlightJs>
</contribute>
......
......@@ -8,6 +8,7 @@ import java.util.Collection;
import org.junit.Test;
import teetime.util.Pair;
import teetime.framework.WaitStrategyConfiguration;
import com.google.common.base.Joiner;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment