is not current version
Last Version 1.4.0

com.blue-veery:spring-rest2ts 1.2.4

spring-rest2ts generates data model and services in TypeScript based on Spring MVC annotations. It supports generation for Angular and React

GroupId

GroupId

com.blue-veery
ArtifactId

ArtifactId

spring-rest2ts
Version

Version

1.2.4
Type

Type

pom

Download spring-rest2ts 1.2.4

Filename Size
spring-rest2ts-1.2.4.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.blue-veery/spring-rest2ts/ -->
<dependency>
    <groupId>com.blue-veery</groupId>
    <artifactId>spring-rest2ts</artifactId>
    <version>1.2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.blue-veery/spring-rest2ts/
implementation 'com.blue-veery:spring-rest2ts:1.2.4'
// https://jarcasting.com/artifacts/com.blue-veery/spring-rest2ts/
implementation ("com.blue-veery:spring-rest2ts:1.2.4")
'com.blue-veery:spring-rest2ts:pom:1.2.4'
<dependency org="com.blue-veery" name="spring-rest2ts" rev="1.2.4">
  <artifact name="spring-rest2ts" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.blue-veery', module='spring-rest2ts', version='1.2.4')
)
libraryDependencies += "com.blue-veery" % "spring-rest2ts" % "1.2.4"
[com.blue-veery/spring-rest2ts "1.2.4"]