MVN

at.datenwort.commons : jmodel2ts-app

Maven & Gradle

Aug 18, 2023

The Java model to Typescript converter application

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

Latest Version

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

  • Latest Stable: 0.19

All Versions

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

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

How to add a dependency to Maven

Add the following at.datenwort.commons : jmodel2ts-app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.datenwort.commons : jmodel2ts-app gradle dependency to your build.gradle file:

implementation 'at.datenwort.commons:jmodel2ts-app:0.19'

Gradle Kotlin DSL: Add the following at.datenwort.commons : jmodel2ts-app gradle kotlin dependency to your build.gradle.kts file:

implementation("at.datenwort.commons:jmodel2ts-app:0.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.datenwort.commons : jmodel2ts-app sbt scala dependency to your build.sbt file:

libraryDependencies += "at.datenwort.commons" % "jmodel2ts-app" % "0.19"