rest2typescript-maven-plugin

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

Categories

Categories

Maven Build Tools
GroupId

GroupId

de.thomas-oster
ArtifactId

ArtifactId

rest2typescript-maven-plugin
Last Version

Last Version

1.3.8
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

rest2typescript-maven-plugin
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-maven-plugin

How to add to project

<plugin>
    <groupId>de.thomas-oster</groupId>
    <artifactId>rest2typescript-maven-plugin</artifactId>
    <version>1.3.8</version>
</plugin>

Dependencies

compile (7)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.2
org.reflections : reflections jar 0.9.10
org.apache.maven : maven-core jar 3.1.0
org.apache.maven : maven-plugin-api jar 3.1.0
org.codehaus.plexus : plexus-utils jar 3.0.22
de.thomas-oster : rest2typescript-annotations jar 1.3.8
org.springframework : spring-webmvc jar 5.1.6.RELEASE

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.projectlombok : lombok jar 1.18.10

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.2
1.1
1.0