t

typescriptpoet

A Kotlin/Java API for generating .ts source files.
https://github.com/outfoxx/typescriptpoet
Apache License 2.0
Outfox, Inc.
Kevin Wooten
Files download
File Operation
typescriptpoet-0.1.0.jar download
typescriptpoet-0.1.0.pom download
typescriptpoet-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.outfoxx</groupId>
  <artifactId>typescriptpoet</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.outfoxx:typescriptpoet:0.1.0'
Gradle Kotlin
implementation("io.outfoxx:typescriptpoet:0.1.0")
Scala SBT
libraryDependencies += "io.outfoxx" % "typescriptpoet" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx', module='typescriptpoet', version='0.1.0')
)
Apache Ivy
<dependency org="io.outfoxx" name="typescriptpoet" rev="0.1.0" />
Leiningen
[io.outfoxx/typescriptpoet "0.1.0"]
Apache Buildr
'io.outfoxx:typescriptpoet:jar:0.1.0'