is not current version
Last Version 1.3.8

de.thomas-oster:rest2typescript-annotations 1.3

Maven plugin that creates a Typescript file containing a REST-API Client for all your Spring @Controllers and also interfaces for any type you like if you add the @ToTypescript annotation

GroupId

GroupId

de.thomas-oster
ArtifactId

ArtifactId

rest2typescript-annotations
Version

Version

1.3
Type

Type

jar

Download rest2typescript-annotations 1.3


<!-- https://jarcasting.com/artifacts/de.thomas-oster/rest2typescript-annotations/ -->
<dependency>
    <groupId>de.thomas-oster</groupId>
    <artifactId>rest2typescript-annotations</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.thomas-oster/rest2typescript-annotations/
implementation 'de.thomas-oster:rest2typescript-annotations:1.3'
// https://jarcasting.com/artifacts/de.thomas-oster/rest2typescript-annotations/
implementation ("de.thomas-oster:rest2typescript-annotations:1.3")
'de.thomas-oster:rest2typescript-annotations:jar:1.3'
<dependency org="de.thomas-oster" name="rest2typescript-annotations" rev="1.3">
  <artifact name="rest2typescript-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.thomas-oster', module='rest2typescript-annotations', version='1.3')
)
libraryDependencies += "de.thomas-oster" % "rest2typescript-annotations" % "1.3"
[de.thomas-oster/rest2typescript-annotations "1.3"]