Coder Social home page Coder Social logo

soerenhenning / teetime Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teetime-framework/teetime

0.0 2.0 0.0 27.88 MB

TeeTime is a modern Pipe-and-Filter Framework for Java.

Home Page: http://teetime-framework.github.io

License: Apache License 2.0

Batchfile 0.02% Java 98.55% CSS 0.03% JavaScript 1.40% ApacheConf 0.01%

teetime's Introduction

TeeTime

TeeTime is a Pipe-and-Filter framework for Java.

Informations on how to use it can be found on http://teetime-framework.github.io.

Getting Started

How to Add TeeTime as Dependency to Your Project?

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>2.0</version>
</dependency>

Binaries and sources

The latest TeeTime release can be downloaded directly from GitHub. If you also want to download the source and/or JavaDoc, you can also get a summary of available files on GitHub or the Central Repository.

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>2.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 or our CI Server.

Build TeeTime by Yourself

TeeTime requires an existing Maven and JDK installation.

Simply execute "mvn install" and you are good to go!

teetime's People

Contributors

arnejsa avatar neltds avatar nils-christian avatar soerenhenning avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.