Tea Compiler for Maven

A set of related projects used for compiling Tea templates with Maven.

License

License

GroupId

GroupId

org.teatrove
ArtifactId

ArtifactId

teacompiler
Last Version

Last Version

4.1.2
Release Date

Release Date

Type

Type

pom
Description

Description

Tea Compiler for Maven
A set of related projects used for compiling Tea templates with Maven.
Project Organization

Project Organization

TeaTrove.org

Download teacompiler

Filename Size
teacompiler-4.1.2.pom 3 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • teacompiler-api
  • teacompiler-maven-plugin

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

Versions

Version
4.1.2