MVN

de.thomas-oster : rest2typescript-annotations

Maven & Gradle

Apr 08, 2022
1 usages

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

<dependency>
    <groupId>de.thomas-oster</groupId>
    <artifactId>rest2typescript-annotations</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.thomas-oster : rest2typescript-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of de.thomas-oster : rest2typescript-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
rest2typescript-annotations-1.3.8
rest2typescript-annotations-1.3.7
rest2typescript-annotations-1.3.6
rest2typescript-annotations-1.3.5
rest2typescript-annotations-1.3.4
rest2typescript-annotations-1.3.2
rest2typescript-annotations-1.3.1
1.3
rest2typescript-annotations-1.3
1.2
rest2typescript-annotations-1.2
1.1
rest2typescript-annotations-1.1
1.0
rest2typescript-annotations-1.0

How to add a dependency to Maven

Add the following de.thomas-oster : rest2typescript-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.thomas-oster</groupId>
    <artifactId>rest2typescript-annotations</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.thomas-oster : rest2typescript-annotations gradle dependency to your build.gradle file:

implementation 'de.thomas-oster:rest2typescript-annotations:1.3.8'

Gradle Kotlin DSL: Add the following de.thomas-oster : rest2typescript-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("de.thomas-oster:rest2typescript-annotations:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.thomas-oster : rest2typescript-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "de.thomas-oster" % "rest2typescript-annotations" % "1.3.8"

Advertisement