t

typescriptpoet

TypeScriptPoet is a Kotlin and 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-1.1.2.jar download
typescriptpoet-1.1.2.pom download
typescriptpoet-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.outfoxx</groupId>
  <artifactId>typescriptpoet</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.outfoxx:typescriptpoet:1.1.2'
Gradle Kotlin
implementation("io.outfoxx:typescriptpoet:1.1.2")
Scala SBT
libraryDependencies += "io.outfoxx" % "typescriptpoet" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx', module='typescriptpoet', version='1.1.2')
)
Apache Ivy
<dependency org="io.outfoxx" name="typescriptpoet" rev="1.1.2" />
Leiningen
[io.outfoxx/typescriptpoet "1.1.2"]
Apache Buildr
'io.outfoxx:typescriptpoet:jar:1.1.2'