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

There are two simple ways to add TeeTime to your own project.

As dependency

TeeTime is available through Maven’s central repository.

If you use Maven, simply add following lines to your pom.xml:

<dependency>
	<groupId>net.sourceforge.teetime</groupId>
	<artifactId>teetime</artifactId>
	<version>3.0</version>
</dependency>

For other project management tools, please check here.

Binaries and sources

The latest TeeTime release can be downloaded directly from GitHub where also the JavaDoc and the sources are available. A summary of available files, such as older versions, can be found on the Central Repository or also on GitHub.

Snapshot

TeeTime is built upon a daily basis. All these nightly builds are accessible to the public. A documentation is provided here.

Please do not forget, that this releases are not intended for daily use. These builds may be unstable.

As dependency

All snapshot builds will be deployed to Sonatype’s snapshot repository.

To download these builds, add following lines to your project’s pom.xml:

<dependency>
	<groupId>net.sourceforge.teetime</groupId>
  	<artifactId>teetime</artifactId>
  	<version>3.1-SNAPSHOT</version>
</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:

<repositories>
	<repository>
		<id>sonatype.oss.snapshots</id>
		<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
	</repository>
</repositories>

Binaries and sources

All nightly builds can be found on Sonatype’s repository.

Release notes

All changes can be found on our release notes page.

The TeeTime Logo is licensed under a Creative Commons Attribution 4.0 International License. Feel free to use it, as long as you provide a reference to this site.

Available formats:

Back to top

Reflow Maven skin by Andrius Velykis.