MVN

org.teatrove : teacompiler-api

Maven & Gradle

Mar 16, 2012
2 usages

Tea Compiler API · This component provides the generic interfaces needed to implement custom context class builders for the teacompiler-maven-plugin.

<dependency>
    <groupId>org.teatrove</groupId>
    <artifactId>teacompiler-api</artifactId>
    <version>4.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.teatrove : teacompiler-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.2

All Versions

Choose a version of org.teatrove : teacompiler-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
teacompiler-api-4.1.2

How to add a dependency to Maven

Add the following org.teatrove : teacompiler-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.teatrove</groupId>
    <artifactId>teacompiler-api</artifactId>
    <version>4.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.teatrove : teacompiler-api gradle dependency to your build.gradle file:

implementation 'org.teatrove:teacompiler-api:4.1.2'

Gradle Kotlin DSL: Add the following org.teatrove : teacompiler-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.teatrove:teacompiler-api:4.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.teatrove : teacompiler-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.teatrove" % "teacompiler-api" % "4.1.2"

Advertisement

Dependencies from Group

Mar 16, 2012
7 usages
42 stars
tea
Mar 16, 2012
7 usages
42 stars
Mar 16, 2012
5 usages
42 stars
Mar 16, 2012
2 usages
42 stars
Mar 16, 2012
2 usages
42 stars

Discover Dependencies