MVN

at.datenwort.commons : jmodel2ts

Maven & Gradle

Aug 18, 2023

Java model to Typescript converter project · A library which converts a Java model and rest services to Typescript to easily allow typesafe access of them.

<dependency>
    <groupId>at.datenwort.commons</groupId>
    <artifactId>jmodel2ts</artifactId>
    <version>0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.datenwort.commons : jmodel2ts to add to Maven - Latest Versions:

  • Latest Stable: 0.19

All Versions

Choose a version of at.datenwort.commons : jmodel2ts to add to Maven - All Versions:

Version Vulnerabilities Updated
0.19
jmodel2ts-0.19
0.18
jmodel2ts-0.18
0.17
jmodel2ts-0.17
0.16
jmodel2ts-0.16
0.15
jmodel2ts-0.15
0.14
jmodel2ts-0.14
0.13
jmodel2ts-0.13
0.12
jmodel2ts-0.12
0.11
jmodel2ts-0.11
0.10
jmodel2ts-0.10
0.9
jmodel2ts-0.9
0.8
jmodel2ts-0.8
0.7
jmodel2ts-0.7
0.6
jmodel2ts-0.6
0.5
jmodel2ts-0.5
0.4
jmodel2ts-0.4
0.3
jmodel2ts-0.3
0.2
jmodel2ts-0.2
0.1
jmodel2ts-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>at.datenwort.commons</groupId>
    <artifactId>jmodel2ts</artifactId>
    <version>0.19</version>
</dependency>