t

turbine

Turbine is a header compiler for Java. This distribution is produced by Vertispan LLC for Maven Central, as Google's original repository has never made a tag or release. The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our changes are not incorrectly blamed on the upstream Google repository.
https://github.com/vertispan/turbine
The Apache Software License, Version 2.0
Google Inc.
Liam Miller-Cushon Colin Alworth
Files download
File Operation
turbine-v20220503-1.jar download
turbine-v20220503-1.pom download
turbine-v20220503-1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vertispan.turbine</groupId>
  <artifactId>turbine</artifactId>
  <version>v20220503-1</version>
</dependency>
Gradle Groovy
implementation 'com.vertispan.turbine:turbine:v20220503-1'
Gradle Kotlin
implementation("com.vertispan.turbine:turbine:v20220503-1")
Scala SBT
libraryDependencies += "com.vertispan.turbine" % "turbine" % "v20220503-1"
Groovy Grape
@Grapes(
  @Grab(group='com.vertispan.turbine', module='turbine', version='v20220503-1')
)
Apache Ivy
<dependency org="com.vertispan.turbine" name="turbine" rev="v20220503-1" />
Leiningen
[com.vertispan.turbine/turbine "v20220503-1"]
Apache Buildr
'com.vertispan.turbine:turbine:jar:v20220503-1'