Hello World TeaTrove Example

Hello World example of using teatrove as a WAR project.

Лицензия

Лицензия

Группа

Группа

org.teatrove.examples
Идентификатор

Идентификатор

hello-world
Последняя версия

Последняя версия

4.1.2
Дата

Дата

Тип

Тип

war
Описание

Описание

Hello World TeaTrove Example
Hello World example of using teatrove as a WAR project.
Организация-разработчик

Организация-разработчик

TeaTrove.org

Скачать hello-world

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.teatrove.examples/hello-world/ -->
<dependency>
    <groupId>org.teatrove.examples</groupId>
    <artifactId>hello-world</artifactId>
    <version>4.1.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.teatrove.examples/hello-world/
implementation 'org.teatrove.examples:hello-world:4.1.2'
// https://jarcasting.com/artifacts/org.teatrove.examples/hello-world/
implementation ("org.teatrove.examples:hello-world:4.1.2")
'org.teatrove.examples:hello-world:war:4.1.2'
<dependency org="org.teatrove.examples" name="hello-world" rev="4.1.2">
  <artifact name="hello-world" type="war" />
</dependency>
@Grapes(
@Grab(group='org.teatrove.examples', module='hello-world', version='4.1.2')
)
libraryDependencies += "org.teatrove.examples" % "hello-world" % "4.1.2"
[org.teatrove.examples/hello-world "4.1.2"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.5
org.teatrove : teaservlet jar 4.1.2

Модули Проекта

Данный проект не имеет модулей.

TeaTrove

Tea is a mature typed template language that when used with the TeaServlet offer a very high-performance template based servlet. TeaTrove is a fork of the SourceForge Tea Trove project. This fork represents almost 10 years of development since the original Tea Trove project was created.

Documentation

About TeaTrove

Getting Started

Tea Documentation

TeaServlet Documentation

License

Apache License 2.0

Continuous Builds

Build Status

Continuous builds are hosted on http://travis-ci.org.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b fix-issue-xyz)
  3. Make your changes
  4. Run a build (mvn install)
  5. Commit your changes (git commit -am "Fixes #xyz, that bug I found.")
  6. Push to the branch (git push origin fix-issue-xyz)
  7. Create a Pull Request from your branch.

Collaborating

Find us in the teatrove-users Google Group or on irc.freenode.org#teatrove.

org.teatrove.examples

Версии библиотеки

Версия
4.1.2