rest2typescript-annotations

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

License

License

GroupId

GroupId

de.thomas-oster
ArtifactId

ArtifactId

rest2typescript-annotations
Last Version

Last Version

1.3.8
Release Date

Release Date

Type

Type

jar
Description

Description

rest2typescript-annotations
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
Project URL

Project URL

https://rest2typescript.thomas-oster.de
Source Code Management

Source Code Management

https://gitlab.com/t-oster/rest2typescript

Download rest2typescript-annotations

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.2
1.3.1
1.3
1.2
1.1
1.0