-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
1 lines (1 loc) · 2.94 KB
/
params.json
File metadata and controls
1 lines (1 loc) · 2.94 KB
1
{"name":"Teetime","tagline":"TeeTime is a modern Pipe-and-Filter Framework for Java.","body":"TeeTime is a Pipe-and-Filter framework for Java.\r\n\r\nInformations on how to use it can be found on http://teetime.sourceforge.net.\r\n\r\n## Build\r\n\r\nTo build TeeTime, you need and existing Maven installation and the JDK1.6.\r\n\r\nSimply execute \"mvn install\" and you are good to go!\r\n\r\n## Install\r\n\r\nIn order to work with TeeTime, you simply need to add the framework to your own project.\r\n\r\nTeeTime is distributed through a variety of channels to serve most needs.\r\n\r\n### Latest stable\r\n\r\nThere are two simple ways to add TeeTime to your own project.\r\n\r\n#### As dependency\r\n\r\nTeeTime is available through Maven's central repository.\r\n\r\nIf you use Maven, simply add following lines to your ``pom.xml``:\r\n\r\n```xml\r\n<dependency>\r\n\t<groupId>net.sourceforge.teetime</groupId>\r\n\t<artifactId>teetime</artifactId>\r\n\t<version>1.1.2</version>\r\n</dependency>\r\n```\r\n\r\n#### Binaries and sources\r\n\r\nThe 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).\r\n\r\n### Snapshot\r\n\r\nTeeTime is built upon a daily basis. All these nightly builds are accessible to the public. A documentation is provided [here](http://teetime.sourceforge.net/apidocs/index.html).\r\n\r\nPlease do not forget, that this releases are not intended for daily use. These builds may be unstable.\r\n\r\n#### As dependency \r\n\r\nAll snapshot builds will be deployed to Sonatype's snapshot repository.\r\n\r\nTo download these builds, add following lines to your project's ``pom.xml``: \r\n\r\n```xml\r\n<dependency>\r\n\t<groupId>net.sourceforge.teetime</groupId>\r\n \t<artifactId>teetime</artifactId>\r\n \t<version>1.2-SNAPSHOT</version>\r\n</dependency>\r\n```\r\n\r\nIf 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:\r\n\r\n```xml\r\n<repositories>\r\n\t<repository>\r\n\t\t<id>sonatype.oss.snapshots</id>\r\n\t\t<url>https://oss.sonatype.org/content/repositories/snapshots/</url>\r\n\t</repository>\r\n</repositories>\r\n```\r\n\r\n\r\n#### Binaries and sources\r\n\r\nAll nightly builds can be found on [Sonatype's repository](https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/teetime/teetime/) or our [CI Server](https://build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/job/teetime-nighly-release/lastSuccessfulBuild/artifact/target/).","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}