is not current version
Last Version 1.3.8

de.thomas-oster:rest2typescript 1.0

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
Version

Version

1.0
Type

Type

pom

Download rest2typescript 1.0

Filename Size
rest2typescript-1.0.pom 4 KB
Browse

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