cz.habarta.typescript-generator
Owner: Vojtěch Habarta
Generates TypeScript from Java - JSON declarations, REST service client
https://github.com/vojtechhabarta/typescript-generator
Sources: https://github.com/vojtechhabarta/typescript-generator
Version 3.2.1263 (latest)
3.2.1263
Created 20 March 2023.
Generates TypeScript from Java - JSON declarations, REST service client
Add this plugin to your build using the plugins DSL:
plugins {
id("cz.habarta.typescript-generator") version "3.2.1263"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("cz.habarta.typescript-generator:typescript-generator-gradle-plugin-publisher:3.2.1263") } } apply(plugin = "cz.habarta.typescript-generator")
- Applying plugins to all subprojects .